[fix #1411] user: new form ui
This commit is contained in:
parent
5aa9a5ac6c
commit
d702a0c083
11 changed files with 461 additions and 52 deletions
|
@ -202,10 +202,11 @@ Rails.application.routes.draw do
|
|||
get "patron" => "root#patron"
|
||||
|
||||
scope module: 'new_user' do
|
||||
resources :dossiers, only: [] do
|
||||
resources :dossiers, only: [:update] do
|
||||
member do
|
||||
get 'identite'
|
||||
patch 'update_identite'
|
||||
get 'modifier'
|
||||
end
|
||||
get 'attestation'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue