Sha256: 1df7d4293a20479b9566eafd1e123f357b75c8208f621436950cc984d07b838b
Contents?: true
Size: 475 Bytes
Versions: 13
Compression:
Stored size: 475 Bytes
Contents
module ActiveMocker # @api private class DBToRubyType def self.call(type) case type when :integer Fixnum when :float Float when :decimal BigDecimal when :timestamp, :time Time when :datetime DateTime when :date Date when :text, :string, :binary String when :boolean Axiom::Types::Boolean end end end end
Version data entries
13 entries across 13 versions & 1 rubygems