Module: OldApiResource::Associations

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/old_api_resource/associations.rb,
lib/old_api_resource/associations/scope.rb,
lib/old_api_resource/associations/relation_scope.rb,
lib/old_api_resource/associations/resource_scope.rb,
lib/old_api_resource/associations/association_proxy.rb,
lib/old_api_resource/associations/multi_object_proxy.rb,
lib/old_api_resource/associations/related_object_hash.rb,
lib/old_api_resource/associations/single_object_proxy.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods Classes: AssociationProxy, MultiObjectProxy, RelatedObjectHash, RelationScope, ResourceScope, Scope, SingleObjectProxy

Constant Summary collapse

ASSOCIATION_TYPES =
[:belongs_to, :has_one, :has_many]