* Change: #648 センシティブワードの入力フォーム * Wip: 行の追加削除 * Wip: 設定の保存、マイグレーション * 不要な処理を削除 * マイグレーションコード調整
This commit is contained in:
parent
f509bd4fc3
commit
ed246f0d03
17 changed files with 377 additions and 61 deletions
5
spec/fabricators/sensitive_word_fabricator.rb
Normal file
5
spec/fabricators/sensitive_word_fabricator.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:sensitive_word) do
|
||||
keyword { sequence(:keyword) { |i| "keyword_#{i}" } }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue