aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/translation.rake
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-01-25 14:25:25 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-01-25 14:25:25 +1100
commit39b473f22f014dd119795c8230518950b526a916 (patch)
treed1d381eedfbc28400dc3f2fd670521c787a25aa2 /lib/tasks/translation.rake
parenta8f2ba358fe0084dc6d41e77bead867c403957e2 (diff)
Rename mailer method to avoid naming conflict in Rails 3
Diffstat (limited to 'lib/tasks/translation.rake')
-rw-r--r--lib/tasks/translation.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/translation.rake b/lib/tasks/translation.rake
index 273c12bfa..6548a2283 100644
--- a/lib/tasks/translation.rake
+++ b/lib/tasks/translation.rake
@@ -49,7 +49,7 @@ namespace :translation do
write_email(followup_email, 'Follow up', output_file)
# contact mailer
- contact_email = ContactMailer.create_message(info_request.user_name,
+ contact_email = ContactMailer.create_to_admin_message(info_request.user_name,
info_request.user.email,
'A test message',
'Hello!',