dossier: make Dossiers#show a stub redirecting to the correct location
This commit is contained in:
parent
f37a628b44
commit
0ac28da207
3 changed files with 26 additions and 3 deletions
|
@ -267,7 +267,7 @@ Rails.application.routes.draw do
|
|||
#
|
||||
|
||||
scope module: 'new_user' do
|
||||
resources :dossiers, only: [:index, :update] do
|
||||
resources :dossiers, only: [:index, :show, :update] do
|
||||
member do
|
||||
get 'identite'
|
||||
patch 'update_identite'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue