Remove /admin/dashboard page.
This page was just a combination of the forum listing and the bulk update requests listing. It got zero hits in the last week.
This commit is contained in:
@@ -11,7 +11,6 @@ Rails.application.routes.draw do
|
||||
|
||||
namespace :admin do
|
||||
resources :users, :only => [:edit, :update]
|
||||
resource :dashboard, :only => [:show]
|
||||
end
|
||||
namespace :moderator do
|
||||
resource :dashboard, :only => [:show]
|
||||
|
||||
Reference in New Issue
Block a user