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