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