AvisController: add a notification when a avis has been received

This commit is contained in:
Simon Lehericey 2017-05-22 17:10:17 +02:00
parent 34a7905828
commit cdcd5b951f
4 changed files with 11 additions and 1 deletions

View file

@ -35,6 +35,8 @@ class NotificationService
attribut
when 'submitted'
"Le dossier nº #{@dossier_id} a été déposé."
when 'avis'
'Un nouvel avis a été rendu'
else
'Notification par défaut'
end