From 51a2ace11db5a83549e109b6c3ca4a241fb8bedc Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Tue, 11 Apr 2017 08:05:59 +0200 Subject: [PATCH] makeup --- lib/setpasswords.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setpasswords.rb b/lib/setpasswords.rb index 7273344..17c8ef2 100644 --- a/lib/setpasswords.rb +++ b/lib/setpasswords.rb @@ -1,4 +1,4 @@ helper = ApplicationController.helpers never_signed_in = Supporter.where(sign_in_count: nil) -never_signed_in.each_with_index {|u,i|puts "#{i} #{u.email}"; u.update_attributes password: "#{u.support}#{ helper.number_with_delimiter(u.zip, :delimiter => ',')}"} \ No newline at end of file +never_signed_in.each_with_index { |u, i| puts "#{i} #{u.email}"; u.update_attributes password: "#{u.support}#{helper.number_with_delimiter(u.zip, delimiter: ',')}" }