fix wrong mail subject

This commit is contained in:
Simon Lehericey 2017-02-28 18:07:58 +01:00
parent db3884cc93
commit c56a346f2e

View file

@ -5,6 +5,7 @@ class MailTemplateDecorator < Draper::Decorator
case object.type
when "MailReceived"
"E-mail d'accusé de réception"
else
object.type
end
end