method

number?

number?()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 39
      def number?
        type == :integer || type == :float || type == :decimal
      end