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)