add routes path /users
This commit is contained in:
parent
77c7892f42
commit
01be1fff76
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
get 'demo' => 'demo#index'
|
||||
get 'users' => 'users#index'
|
||||
|
||||
namespace :users do
|
||||
resources :dossiers do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue