method

allow_deprecated_parameters_hash_equality=

rails latest stable - Class: ActionController::Parameters

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

allow_deprecated_parameters_hash_equality=(value)
public

No documentation available.

# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 260
      def allow_deprecated_parameters_hash_equality=(value)
        ActionController.deprecator.warn           `Rails.application.config.action_controller.allow_deprecated_parameters_hash_equality`          is deprecated and will be removed in Rails 8.0..squish
      end