We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae590f commit bb4a8a9Copy full SHA for bb4a8a9
actionpack/lib/action_controller/metal/strong_parameters.rb
@@ -271,7 +271,7 @@ def ==(other)
271
if Hash === other
272
ActiveSupport::Deprecation.warn <<-WARNING.squish
273
Comparing equality between `ActionController::Parameters` and a
274
- `Hash` is deprecated and will be removed in Rails 7.1. Please only do
+ `Hash` is deprecated and will be removed in Rails 7.2. Please only do
275
comparisons between instances of `ActionController::Parameters`. If
276
you need to compare to a hash, first convert it using
277
`ActionController::Parameters#new`.
0 commit comments