Add admin attachments panel

This commit is contained in:
KMY 2023-02-28 09:16:47 +09:00
parent 15683f583d
commit bd839a8abc
8 changed files with 82 additions and 0 deletions

View file

@ -257,6 +257,7 @@ Rails.application.routes.draw do
resources :action_logs, only: [:index]
resources :warning_presets, except: [:new]
resources :media_attachments, only: [:index]
resources :announcements, except: [:show] do
member do