You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2017. It is now read-only.
I'm not getting any exceptions raised for forbidden attributes and mass assignment is still allowed.
I have done the following
ActiveRecord::Base.class_eval do include ActiveModel::ForbiddenAttributesProtection end
config.action_controller.action_on_unpermitted_parameters = :raise
for all environments.The text was updated successfully, but these errors were encountered: