44b9a2ef12
fixes a crash in activate_before_expiration.haml (sentry RAILS-40)
5 lines
218 B
Ruby
5 lines
218 B
Ruby
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
|