AvisController: add a notification when a avis has been received
This commit is contained in:
parent
34a7905828
commit
cdcd5b951f
4 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue