* Change: #647 NGワードの入力フォーム * Wip: 画面改造 * テストコード、画面 * Fix: 複数の問題
This commit is contained in:
parent
0d2b415e26
commit
95ab1f729c
33 changed files with 526 additions and 172 deletions
11
app/controllers/admin/ng_words/settings_controller.rb
Normal file
11
app/controllers/admin/ng_words/settings_controller.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Admin
|
||||
class NgWords::SettingsController < NgWordsController
|
||||
protected
|
||||
|
||||
def after_update_redirect_path
|
||||
admin_ng_words_settings_path
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue