rename route
This commit is contained in:
parent
4f5587cb66
commit
4d728962d0
6 changed files with 10 additions and 10 deletions
|
@ -43,8 +43,8 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
namespace :admin do
|
||||
get '/dossier/:dossier_id' => 'dossier#show'
|
||||
get '/dossier' => 'dossier#index'
|
||||
get '/dossiers/:dossier_id' => 'dossier#show'
|
||||
get '/dossiers' => 'dossier#index'
|
||||
end
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue