method

deep_merge?

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: Parameters
deep_merge?(other_hash) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 1027
    def deep_merge?(other_hash) # :nodoc:
      other_hash.is_a?(ActiveSupport::DeepMergeable)
    end
Register or log in to add new notes.