method
max_value
rails 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