[#884] add user
This commit is contained in:
parent
f7fb0f99bf
commit
78e86f00ea
33 changed files with 624 additions and 61 deletions
|
@ -1,12 +1,17 @@
|
|||
Rails.application.routes.draw do
|
||||
|
||||
devise_for :users, controllers: {
|
||||
sessions: 'users/sessions'
|
||||
}
|
||||
|
||||
devise_for :gestionnaires, controllers: {
|
||||
sessions: 'gestionnaires/sessions'
|
||||
|
||||
}, skip: [:password, :registrations]
|
||||
|
||||
|
||||
root 'start#index'
|
||||
root 'welcome#index'
|
||||
|
||||
get 'start' => 'start#index'
|
||||
get 'start/index'
|
||||
get 'start/error_siret'
|
||||
get 'start/error_login'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue