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