Module: Superstore

Extended by:
ActiveSupport::Autoload
Defined in:
lib/superstore.rb,
lib/superstore/base.rb,
lib/superstore/core.rb,
lib/superstore/railtie.rb,
lib/superstore/identity.rb,
lib/superstore/timestamp.rb,
lib/superstore/attributes.rb,
lib/superstore/persistence.rb,
lib/superstore/associations.rb,
lib/superstore/model_schema.rb,
lib/superstore/types/date_type.rb,
lib/superstore/types/json_type.rb,
lib/superstore/types/time_type.rb,
lib/superstore/types/array_type.rb,
lib/superstore/types/float_type.rb,
lib/superstore/types/range_type.rb,
lib/superstore/attribute_methods.rb,
lib/superstore/types/string_type.rb,
lib/superstore/relation/scrolling.rb,
lib/superstore/types/boolean_type.rb,
lib/superstore/types/integer_type.rb,
lib/superstore/associations/has_one.rb,
lib/superstore/attribute_assignment.rb,
lib/superstore/types/geo_point_type.rb,
lib/superstore/associations/has_many.rb,
lib/superstore/types/date_range_type.rb,
lib/superstore/adapters/jsonb_adapter.rb,
lib/superstore/associations/belongs_to.rb,
lib/superstore/associations/reflection.rb,
lib/superstore/associations/association.rb,
lib/superstore/types/integer_range_type.rb,
lib/superstore/adapters/abstract_adapter.rb,
lib/superstore/attribute_methods/primary_key.rb,
lib/superstore/associations/association_scope.rb

Defined Under Namespace

Modules: Adapters, Associations, AttributeAssignment, AttributeMethods, Attributes, Core, Identity, ModelSchema, Persistence, Relation, Timestamp, Types Classes: Base, Railtie