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