REFACTOR: Change dossier state 'Submitted' To 'Initiated'
This commit is contained in:
parent
c09fe8e7f6
commit
285cee939a
19 changed files with 49 additions and 44 deletions
|
@ -26,7 +26,7 @@ Rails.application.routes.draw do
|
|||
get '/description/error' => 'description#error'
|
||||
post 'description' => 'description#create'
|
||||
get '/recapitulatif' => 'recapitulatif#show'
|
||||
post '/recapitulatif/submit' => 'recapitulatif#submit'
|
||||
post '/recapitulatif/initiate' => 'recapitulatif#initiate'
|
||||
post '/recapitulatif/submit_validate' => 'recapitulatif#submit_validate'
|
||||
# get '/demande' => 'demandes#show'
|
||||
# post '/demande' => 'demandes#update'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue