instance method
hash
Ruby on Rails 6.1.7.10
Since v6.1.7.10Signature
hash()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/strong_parameters.rb, line 296
def hash
[@parameters.hash, @permitted].hash
end
Defined in actionpack/lib/action_controller/metal/strong_parameters.rb line 296
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Parameters