Remove raise_on_unfiltered_parameters

Deprecated and has no effect in Rails 5.1
This commit is contained in:
Matt Rogers 2018-11-17 09:15:49 -06:00
parent faaecbae40
commit aca54f5aff
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -6,8 +6,6 @@
#
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
Rails.application.config.action_controller.raise_on_unfiltered_parameters = true
# Enable per-form CSRF tokens. Previous versions had false.
Rails.application.config.action_controller.per_form_csrf_tokens = false