instance method
deep_merge!
Ruby on Rails 7.2.3
Since v7.1.6Signature
deep_merge!(other_hash, &block)
Same as #deep_merge, but modifies self.
Source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 170
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 170
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters