* #609 ローカルユーザー設定から購読許可を削除 * Fix test * Fix test
This commit is contained in:
parent
ec60b68608
commit
0c37295624
16 changed files with 34 additions and 146 deletions
|
@ -18,7 +18,7 @@ class Settings::PrivacyExtraController < Settings::BaseController
|
|||
private
|
||||
|
||||
def account_params
|
||||
params.require(:account).permit(:subscription_policy, settings: UserSettings.keys)
|
||||
params.require(:account).permit(settings: UserSettings.keys)
|
||||
end
|
||||
|
||||
def set_account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue