Add DossierController#modifier
This commit is contained in:
parent
338ffb8b50
commit
cd46ee06e1
6 changed files with 18 additions and 6 deletions
|
@ -277,6 +277,7 @@ Rails.application.routes.draw do
|
|||
patch 'update_identite'
|
||||
get 'brouillon'
|
||||
patch 'brouillon', to: 'dossiers#update_brouillon'
|
||||
get 'modifier', to: 'dossiers#modifier'
|
||||
get 'merci'
|
||||
get 'demande'
|
||||
get 'messagerie'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue