REFACTOR: Change dossier state 'Confirmed' To 'Validated'
This commit is contained in:
parent
4a05af89fc
commit
da8c166331
14 changed files with 50 additions and 44 deletions
|
@ -55,7 +55,7 @@ Rails.application.routes.draw do
|
|||
get 'sign_in' => '/gestionnaires/sessions#new'
|
||||
|
||||
resources :dossiers do
|
||||
post 'confirme' => 'dossiers#confirme'
|
||||
post 'valid' => 'dossiers#valid'
|
||||
post 'process' => 'dossiers#process_end'
|
||||
end
|
||||
resources :commentaires, only: [:create]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue