dossier: make Dossiers#show a stub redirecting to the correct location

This commit is contained in:
Pierre de La Morinerie 2018-08-07 09:58:10 +00:00
parent f37a628b44
commit 0ac28da207
3 changed files with 26 additions and 3 deletions

View file

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