group admin methods for essential management

This commit is contained in:
2458773093
2019-07-29 22:45:29 +03:00
parent 06bda6e9e6
commit 43210360e9
7 changed files with 138 additions and 4 deletions

View File

@@ -245,6 +245,13 @@ Rails.application.routes.draw do
end
end
resources :groups, only: [:index, :destroy] do
member do
post :enable_featured
post :disable_featured
end
end
resources :account_moderation_notes, only: [:create, :destroy]
resources :tags, only: [:index] do