[fix #1411] user: new form ui

This commit is contained in:
simon lehericey 2018-02-21 18:32:07 +01:00
parent 5aa9a5ac6c
commit d702a0c083
11 changed files with 461 additions and 52 deletions

View file

@ -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