Use expect for nested params in settings/* controllers (#33673)
This commit is contained in:
parent
8b24085f8e
commit
e155aab39e
16 changed files with 131 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ class Settings::PrivacyController < Settings::BaseController
|
|||
private
|
||||
|
||||
def account_params
|
||||
params.require(:account).permit(:discoverable, :unlocked, :indexable, :show_collections, settings: UserSettings.keys)
|
||||
params.expect(account: [:discoverable, :unlocked, :indexable, :show_collections, settings: UserSettings.keys])
|
||||
end
|
||||
|
||||
def set_account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue