method
deep_merge
v7.2.3 -
Show latest stable
- Class:
ActionController::Parameters
deep_mergepublic
Returns a new `ActionController::Parameters` instance with `self` and `other_hash` merged recursively.
Like with `Hash#merge` in the standard library, a block can be provided to merge values.