Stop parameter hashes comparing equal to normal hashes
This commit is contained in:
parent
3588e955c5
commit
39e66c69b7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Rails.application.config.action_dispatch.default_headers = {
|
|||
|
||||
# Do not treat an `ActionController::Parameters` instance
|
||||
# as equal to an equivalent `Hash` by default.
|
||||
# Rails.application.config.action_controller.allow_deprecated_parameters_hash_equality = false
|
||||
Rails.application.config.action_controller.allow_deprecated_parameters_hash_equality = false
|
||||
|
||||
# Active Record Encryption now uses SHA-256 as its hash digest algorithm. Important: If you have
|
||||
# data encrypted with previous Rails versions, there are two scenarios to consider:
|
||||
|
|
Loading…
Add table
Reference in a new issue