class ActionController::Parameters

def deep_merge?(other_hash) # :nodoc:

:nodoc:
def deep_merge?(other_hash) # :nodoc:
  other_hash.is_a?(ActiveSupport::DeepMergeable)
end