Use expect for nested params in settings/* controllers (#33673)

This commit is contained in:
Matt Jankowski 2025-01-22 03:49:52 -05:00 committed by GitHub
commit e155aab39e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 131 additions and 8 deletions

View file

@ -90,7 +90,7 @@ class Settings::ImportsController < Settings::BaseController
private
def import_params
params.require(:form_import).permit(:data, :type, :mode)
params.expect(form_import: [:data, :type, :mode])
end
def set_bulk_import