class ActionController::Parameters
def merge!(other_hash, &block)
Returns the current +ActionController::Parameters+ instance with
:call-seq: merge!(other_hash)
#
def merge!(other_hash, &block) @parameters.merge!(other_hash.to_h, &block) self end
def merge!(other_hash, &block) @parameters.merge!(other_hash.to_h, &block) self end