* Change: #647 NGワードの入力フォーム * Wip: 画面改造 * テストコード、画面 * Fix: 複数の問題
This commit is contained in:
parent
0d2b415e26
commit
95ab1f729c
33 changed files with 526 additions and 172 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue