Change: #647 NGワードの入力フォーム (#663)

* Change: #647 NGワードの入力フォーム

* Wip: 画面改造

* テストコード、画面

* Fix: 複数の問題
This commit is contained in:
KMY(雪あすか) 2024-03-26 08:44:16 +09:00 committed by GitHub
parent 0d2b415e26
commit 95ab1f729c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 526 additions and 172 deletions

View file

@ -32,7 +32,11 @@ namespace :admin do
resources :action_logs, only: [:index]
resources :warning_presets, except: [:new, :show]
resource :ng_words, only: [:show, :create]
namespace :ng_words do
resource :keywords, only: [:show, :create], controller: 'keywords'
resource :white_list, only: [:show, :create], controller: 'white_list'
resource :settings, only: [:show, :create], controller: 'settings'
end
resources :ngword_histories, only: [:index]
resources :ng_rules, except: [:show] do
member do