class method
self.allow_deprecated_parameters_hash_equality
Ruby on Rails 7.2.3
Since v7.2.3 Last seen in v7.2.3Signature
self.allow_deprecated_parameters_hash_equality()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 253
def allow_deprecated_parameters_hash_equality
ActionController.deprecator.warn <<-WARNING.squish
`Rails.application.config.action_controller.allow_deprecated_parameters_hash_equality` is
deprecated and will be removed in Rails 8.0.
WARNING
end
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 253
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters