diaspora/app/mailers/notification_mailers/csrf_token_fail.rb
2016-09-04 03:26:42 +02:00

7 lines
208 B
Ruby

module NotificationMailers
class CsrfTokenFail < NotificationMailers::Base
def set_headers
@headers[:subject] = I18n.t("notifier.csrf_token_fail.subject", name: @recipient.name)
end
end
end