rename start controller into siret controller and change error handling

This commit is contained in:
Tanguy PATTE 2015-09-23 16:56:30 +02:00
parent ede01b024b
commit e0cb736542
20 changed files with 60 additions and 76 deletions

View file

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