method

deep_merge?

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