diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-10 13:29:35 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-10 13:29:35 -0700 |
commit | ad2845ecd00840b21092fda676aabb15f6ea51ae (patch) | |
tree | 1bba94e0442d4dc79cf0728039b0cb06003ab9ae /lib/tasks | |
parent | c8a3fc5cd2c5e24613819747c1ac3e1f65469fbd (diff) |
Add extra debug linehotfix/0.11.0.7
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/temp.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake index a1d508142..35ae442c7 100644 --- a/lib/tasks/temp.rake +++ b/lib/tasks/temp.rake @@ -28,6 +28,7 @@ namespace :temp do count += 1 disable_duplicate_account(existing, count, dryrun) user.email = email_without_spaces + puts "Updating #{user.email} to #{email_without_spaces} for user #{user.id}" user.save! unless dryrun else user.info_requests.each do |info_request| |