Implements #150
Adds an entry inside moderation section that allows moderators to check pending tasks and mark them as solved.
This commit is contained in:
@@ -27,4 +27,6 @@ namespace :moderation do
|
||||
put :hide, on: :member
|
||||
put :moderate, on: :collection
|
||||
end
|
||||
|
||||
resources :administrator_tasks, only: %i[index edit update]
|
||||
end
|
||||
|
||||
@@ -6,6 +6,8 @@ resources :proposals do
|
||||
|
||||
member do
|
||||
post :execute
|
||||
get :new_request
|
||||
post :create_request
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user