X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d4853bdc29acf8581fe240475a6ca856ca3a4119..78db9e72bb3653ee8c666f5d10a231aecad9d984:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 2b6574a97..1223d54b1 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -2,6 +2,7 @@ class Notifier < ActionMailer::Base default :from => EMAIL_FROM, :return_path => EMAIL_RETURN_PATH, :auto_submitted => "auto-generated" + helper :application def signup_confirm(user, token) @locale = user.preferred_language_from(I18n.available_locales)