dossier: add "Messagerie" tab

This commit is contained in:
Pierre de La Morinerie 2018-09-05 11:56:12 +00:00
parent 5cfb200417
commit af5df2d661
6 changed files with 95 additions and 2 deletions

View file

@ -279,6 +279,8 @@ Rails.application.routes.draw do
patch 'modifier', to: 'dossiers#update'
get 'merci'
get 'demande'
get 'messagerie'
post 'commentaire' => 'dossiers#create_commentaire'
post 'ask_deletion'
get 'attestation'
end