aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/temp.rake
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-10 13:30:25 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-10 13:30:25 -0700
commit613e1ec06dc07cff91c1bcef88c2493b52402df7 (patch)
treea5864a557972c6ca7d46383ed0f023c435845960 /lib/tasks/temp.rake
parentb90dc539a8374be0510695e628b93181c0d5bb88 (diff)
parentad2845ecd00840b21092fda676aabb15f6ea51ae (diff)
Merge branch 'hotfix/0.11.0.7' into wdtk
Diffstat (limited to 'lib/tasks/temp.rake')
-rw-r--r--lib/tasks/temp.rake1
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|