Remove the contact_email locale

This commit is contained in:
gregoirenovel 2018-05-31 15:45:25 +02:00
parent 185f08f63e
commit 23931a7591
9 changed files with 8 additions and 9 deletions

View file

@ -21,7 +21,7 @@ namespace :'2018_05_30_missed_ar_messages' do
Commentaire.create(
dossier: dossier,
email: I18n.t("dynamics.contact_email"),
email: CONTACT_EMAIL,
body: "[#{subject}]<br><br>#{body}",
created_at: date
)