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:
Keirua 2019-06-24 10:39:07 +02:00 committed by GitHub
commit 5c2bd46000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
class ApplicationMailer < ActionMailer::Base
helper :application # gives access to all helpers defined within `application_helper`.
default from: "demarches-simplifiees.fr <#{CONTACT_EMAIL}>"
layout 'mailer'
end