aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/mailer_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/mailer_helper.rb')
-rw-r--r--app/helpers/mailer_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/mailer_helper.rb b/app/helpers/mailer_helper.rb
index be2ce47aa..3d4bbac71 100644
--- a/app/helpers/mailer_helper.rb
+++ b/app/helpers/mailer_helper.rb
@@ -1,5 +1,5 @@
module MailerHelper
def contact_from_name_and_email
- "#{Configuration::contact_name} <#{Configuration::contact_email}>"
+ "#{AlaveteliConfiguration::contact_name} <#{AlaveteliConfiguration::contact_email}>"
end
end