Fix eql? of AC::Parameters to match hash by jhawthorn · Pull Request #45221 · rails/rails
Previously, as of 80aaa11, ActionController::Parameters has defined #hash as: [@parameters.hash, @permitted].hash Defining hash means that eql? must be defined, and eql? must be at least as strict ...