restore previous behaviour in mailer override for the time being to fix specs

This commit is contained in:
Markus Kahl
2024-05-07 14:44:59 +01:00
parent 348b6fc694
commit d2fa7af13d
+1 -1
View File
@@ -130,7 +130,7 @@ class ApplicationMailer < ActionMailer::Base
end
end
super(headers, &block)
super(headers.merge(to: to.mail), &block)
end
def send_localized_mail(user)