Add ability to view previous edits of a status in admin UI (#19462)

* Add ability to view previous edits of a status in admin UI

* Change moderator access to posts to be controlled by a separate policy
This commit is contained in:
Eugen Rochko
2022-10-26 13:42:29 +02:00
committed by GitHub
parent dee69be60e
commit f8ca3bb2a1
16 changed files with 232 additions and 55 deletions

View File

@ -325,7 +325,7 @@ Rails.application.routes.draw do
resource :reset, only: [:create]
resource :action, only: [:new, :create], controller: 'account_actions'
resources :statuses, only: [:index] do
resources :statuses, only: [:index, :show] do
collection do
post :batch
end