instance method
min_value
Ruby on Rails 8.1.2
Since v7.1.6 PrivateSignature
min_value()
No documentation comment.
Source
# File activemodel/lib/active_model/type/integer.rb, line 116
def min_value
-max_value
end
Defined in activemodel/lib/active_model/type/integer.rb line 116
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Type::Integer