Sha256: 36ab0758bdc0909b107c44a3d5b7d9b3ceda83fb45d98277a570d723ba72a431

Contents?: true

Size: 182 Bytes

Versions: 4

Compression:

Stored size: 182 Bytes

Contents

require 'active_record/type/integer'

module ActiveRecord
  module Type
    class DecimalWithoutScale < Integer # :nodoc:
      def type
        :decimal
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activerecord-4.2.0.beta4 lib/active_record/type/decimal_without_scale.rb
activerecord-4.2.0.beta3 lib/active_record/type/decimal_without_scale.rb
activerecord-4.2.0.beta2 lib/active_record/type/decimal_without_scale.rb
activerecord-4.2.0.beta1 lib/active_record/type/decimal_without_scale.rb