class ActiveModel::Type::BigInteger

:nodoc:

def max_value

def max_value
  ::Float::INFINITY
end