REFACTOR : Change dossier state 'Deposited' To 'SubmitValidated'
This commit is contained in:
parent
da8c166331
commit
76d87c7f79
14 changed files with 40 additions and 35 deletions
|
@ -27,7 +27,7 @@ Rails.application.routes.draw do
|
|||
post 'description' => 'description#create'
|
||||
get '/recapitulatif' => 'recapitulatif#show'
|
||||
post '/recapitulatif/submit' => 'recapitulatif#submit'
|
||||
post '/recapitulatif/depose' => 'recapitulatif#depose'
|
||||
post '/recapitulatif/submit_validate' => 'recapitulatif#submit_validate'
|
||||
# get '/demande' => 'demandes#show'
|
||||
# post '/demande' => 'demandes#update'
|
||||
post '/commentaire' => 'commentaires#create'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue