rename start controller into siret controller and change error handling
This commit is contained in:
parent
ede01b024b
commit
e0cb736542
20 changed files with 60 additions and 76 deletions
|
@ -12,11 +12,11 @@ Rails.application.routes.draw do
|
|||
# root 'welcome#index'
|
||||
root 'users/dossiers#index'
|
||||
|
||||
get 'start' => 'start#index'
|
||||
get 'start/index'
|
||||
get 'start/error_siret'
|
||||
get 'start/error_login'
|
||||
get 'start/error_dossier'
|
||||
get 'siret' => 'siret#index'
|
||||
# get 'start/index'
|
||||
# get 'start/error_siret'
|
||||
# get 'start/error_login'
|
||||
# get 'start/error_dossier'
|
||||
|
||||
resources :dossiers do
|
||||
get '/demande' => 'demandes#show'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue