instance method
deep_merge!
Ruby on Rails 8.1.2
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 183
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 183
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters