Sha256: c5986d50528c930423e2db1dced34bfe3d74abe29cf3bbb23e3f61bcaf3df7ba

Contents?: true

Size: 962 Bytes

Versions: 2

Compression:

Stored size: 962 Bytes

Contents

ActiveRecord::Type.register(:superstore_array,          Superstore::Types::ArrayType)
ActiveRecord::Type.register(:superstore_boolean,        Superstore::Types::BooleanType)
ActiveRecord::Type.register(:superstore_date,           Superstore::Types::DateType)
ActiveRecord::Type.register(:superstore_date_range,     Superstore::Types::DateRangeType)
ActiveRecord::Type.register(:superstore_float,          Superstore::Types::FloatType)
ActiveRecord::Type.register(:superstore_geo_point,      Superstore::Types::GeoPointType)
ActiveRecord::Type.register(:superstore_integer,        Superstore::Types::IntegerType)
ActiveRecord::Type.register(:superstore_integer_range,  Superstore::Types::IntegerRangeType)
ActiveRecord::Type.register(:superstore_json,           Superstore::Types::JsonType)
ActiveRecord::Type.register(:superstore_time,           Superstore::Types::TimeType)
ActiveRecord::Type.register(:superstore_string,         Superstore::Types::StringType)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
superstore-3.0.0 lib/superstore/types.rb
superstore-2.5.0 lib/superstore/types.rb