Add notification for submitted state
This commit is contained in:
parent
33c1a12b84
commit
33362d1a52
4 changed files with 17 additions and 1 deletions
|
@ -7,7 +7,8 @@ class Notification < ActiveRecord::Base
|
|||
commentaire: 'commentaire',
|
||||
cerfa: 'cerfa',
|
||||
piece_justificative: 'piece_justificative',
|
||||
champs: 'champs'
|
||||
champs: 'champs',
|
||||
submitted: 'submitted'
|
||||
}
|
||||
|
||||
# def broadcast_notification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue