instance method
hash
Ruby on Rails 8.1.3.1
Since v5.0.7.2Signature
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