admins: remove ability to manually process BURs.

Remove the ability for admins to manually submit BURs without going
through the forum.
This commit is contained in:
evazion
2020-02-26 16:32:12 -06:00
parent e1fd3f6ed9
commit 29ed12b238
4 changed files with 0 additions and 41 deletions

View File

@@ -1,7 +1,6 @@
Rails.application.routes.draw do
namespace :admin do
resources :users, :only => [:edit, :update]
resource :alias_and_implication_import, :only => [:new, :create]
resource :dashboard, :only => [:show]
end
namespace :moderator do