instance method
hash
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
hash()
No documentation comment.
Source
# File activemodel/lib/active_model/type/value.rb, line 117
def hash
[self.class, precision, scale, limit].hash
end
Defined in activemodel/lib/active_model/type/value.rb line 117
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Type::Value