Fix regexp
This commit is contained in:
parent
16f811f87e
commit
5b26d170e2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module Admin
|
||||||
end
|
end
|
||||||
|
|
||||||
def settings_params_test
|
def settings_params_test
|
||||||
params.expect(form_admin_settings: [ng_words_test: [keywords: [], strangers: [], temporary_ids: []]])['ng_words_test']
|
params.expect(form_admin_settings: [ng_words_test: [keywords: [], regexps: [], strangers: [], temporary_ids: []]])['ng_words_test']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue