method
max_value
v5.0.0.1 -
Show latest stable
- Class:
ActiveModel::Type::UnsignedInteger
max_value()private
No documentation available.
# File activemodel/lib/active_model/type/unsigned_integer.rb, line 6
def max_value
super * 2
end