diff options
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| |