2017-03-06 22:37:37 +01:00
|
|
|
module Mails
|
|
|
|
class ReceivedMail < ActiveRecord::Base
|
|
|
|
include MailTemplateConcern
|
|
|
|
|
2017-03-06 23:18:16 +01:00
|
|
|
DISPLAYED_NAME = 'Accusé de passage en instruction'
|
2017-04-06 18:13:20 +02:00
|
|
|
DEFAULT_OBJECT = 'Votre dossier TPS nº--numero_dossier-- va être instruit'
|
2017-03-06 22:37:37 +01:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|