Add: #363 特定サーバーの投稿にスタンプを付けることを禁止する管理者設定 (#364)

* Add: #363 特定サーバーの投稿にスタンプを付けることを禁止する管理者設定

* Fix test
This commit is contained in:
KMY(雪あすか) 2023-12-19 08:33:06 +09:00 committed by GitHub
parent 08f2fcb72b
commit 7b8fedb3cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 157 additions and 26 deletions

View file

@ -34,6 +34,7 @@ namespace :admin do
resources :warning_presets, except: [:new, :show]
resource :ng_words, only: [:show, :create]
resource :sensitive_words, only: [:show, :create]
resource :special_instances, only: [:show, :create]
resources :announcements, except: [:show] do
member do