This commit is contained in:
2017-04-11 08:05:59 +02:00
parent ee8e4a0009
commit 51a2ace11d
+1 -1
View File
@@ -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 => ',')}"}
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: ',')}" }