-
Sean Doyle authored
When [rails/rails#20868][] changed the `ActionController::Parameters` ancestory from `HashWithIndifferentAccess` to `Object`, support for `#deep_merge` and `#deep_merge!` were omitted. This commit restores support by integrating with [ActiveSupport::DeepMergeable](./activesupport/lib/active_support/deep_mergeable.rb). [rails/rails#20868]: https://github.com/rails/rails/pull/20868 Co-authored-by:
Jonathan Hefner <jonathan@hefner.pro>
Sean Doyle authoredWhen [rails/rails#20868][] changed the `ActionController::Parameters` ancestory from `HashWithIndifferentAccess` to `Object`, support for `#deep_merge` and `#deep_merge!` were omitted. This commit restores support by integrating with [ActiveSupport::DeepMergeable](./activesupport/lib/active_support/deep_mergeable.rb). [rails/rails#20868]: https://github.com/rails/rails/pull/20868 Co-authored-by:
Jonathan Hefner <jonathan@hefner.pro>
Loading