Add notification for cerfa

This commit is contained in:
Xavier J 2016-12-26 11:33:12 +01:00
parent 5eaa2941ad
commit 6ed91073c4
4 changed files with 24 additions and 6 deletions

View file

@ -26,6 +26,8 @@ class NotificationService
case @type_notif
when 'commentaire'
"#{notification.liste.size + 1} nouveau(x) commentaire(s) déposé(s)."
when 'cerfa'
"Un nouveau formulaire a été déposé."
else
'Notification par défaut'
end