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