Merge pull request #3984 from betagouv/fix-crash-activate_before_expiration
Fix a crash in the activate_before_expiration email
This commit is contained in:
commit
5c2bd46000
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
class ApplicationMailer < ActionMailer::Base
|
class ApplicationMailer < ActionMailer::Base
|
||||||
|
helper :application # gives access to all helpers defined within `application_helper`.
|
||||||
default from: "demarches-simplifiees.fr <#{CONTACT_EMAIL}>"
|
default from: "demarches-simplifiees.fr <#{CONTACT_EMAIL}>"
|
||||||
layout 'mailer'
|
layout 'mailer'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue