Fixed routing bug on (ex) admin controller.
This commit is contained in:
parent
9a54d8504c
commit
571548dfbc
10 changed files with 9 additions and 15 deletions
|
|
@ -68,7 +68,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
|
||||
# Administration
|
||||
map.namespace :admin do |admin|
|
||||
admin.root :controller => "admin", :action => "index"
|
||||
admin.root :controller => "base", :action => "index"
|
||||
admin.resources :users
|
||||
admin.resources :workgroups, :member => { :memberships => :get }
|
||||
admin.resources :ordergroups, :member => { :memberships => :get }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue