fix(mailer): hardcoded application name
This commit is contained in:
parent
0d744a0eb7
commit
327ebf106f
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ class UserMailerPreview < ActionMailer::Preview
|
|||
end
|
||||
|
||||
def notify_after_closing
|
||||
UserMailer.notify_after_closing([user])
|
||||
UserMailer.notify_after_closing(user, "Cette démarche est close")
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue