X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3d0101698055c2928ce2658c2d6f82326e9fa67e..ee411e5154cedd644fe54ccb29d64b6d18cb9bde:/config/initializers/action_mailer.rb diff --git a/config/initializers/action_mailer.rb b/config/initializers/action_mailer.rb index e6181072b..ad729174f 100644 --- a/config/initializers/action_mailer.rb +++ b/config/initializers/action_mailer.rb @@ -9,10 +9,8 @@ ActionMailer::Base.smtp_settings = { # Monkey patch to allow sending of messages in specific locales module ActionMailer class Base - adv_attr_accessor :locale - def mail_with_locale(*args) - old_locale= I18n.locale + old_locale = I18n.locale begin I18n.locale = @locale