adds edition/management of officials to admin zone
This commit is contained in:
@@ -29,6 +29,9 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
resources :tags, only: [:index, :create, :update, :destroy]
|
||||
resources :officials, only: [:index, :edit, :update, :destroy] do
|
||||
collection { get :search}
|
||||
end
|
||||
end
|
||||
|
||||
namespace :moderation do
|
||||
|
||||
Reference in New Issue
Block a user