method
deep_merge?
v7.2.3 -
Show latest stable
- Class:
ActionController::Parameters
deep_merge?(other_hash)public
No documentation available.
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 900
def deep_merge?(other_hash) # :nodoc:
other_hash.is_a?(ActiveSupport::DeepMergeable)
end