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