Implement Instance Moderation Notes (#31529)
This commit is contained in:
parent
0f9f27972d
commit
72f2f35bfb
20 changed files with 295 additions and 15 deletions
|
|
@ -91,6 +91,8 @@ namespace :admin do
|
|||
post :restart_delivery
|
||||
post :stop_delivery
|
||||
end
|
||||
|
||||
resources :moderation_notes, controller: 'instances/moderation_notes', only: [:create, :destroy]
|
||||
end
|
||||
|
||||
resources :rules, only: [:index, :new, :create, :edit, :update, :destroy] do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue