method

type

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

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.

type()
public

No documentation available.

# File activemodel/lib/active_model/type/decimal_without_scale.rb, line 6
      def type
        :decimal
      end