method

max_value

rails latest stable - Class: ActiveModel::Type::UnsignedInteger

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

max_value()
private

No documentation available.

# File activemodel/lib/active_model/type/unsigned_integer.rb, line 6
      def max_value
        super * 2
      end