Module: PolyBelongsTo

Defined in:
lib/poly_belongs_to.rb,
lib/poly_belongs_to/dup.rb,
lib/poly_belongs_to/pbt.rb,
lib/poly_belongs_to/core.rb,
lib/poly_belongs_to/version.rb,
lib/poly_belongs_to/singleton_set.rb,
lib/poly_belongs_to/faked_collection.rb,
lib/poly_belongs_to/sorted_reflection_decorator.rb

Overview

PolyBelongsTo Creates uniform helper methods on all ActiveModel & ActiveRecord instances to allow universal access and control over (most) any kind of database relationship.

PolyBelongsTo::Core and PolyBelongsTo::Dup methods are included on each instance.

See Also:

Author:

  • Daniel P. Clark

Defined Under Namespace

Modules: Core, Dup, Pbt, SortedReflectionDecorator Classes: FakedCollection, SingletonSet

Constant Summary collapse

VERSION =

VERSION follows symantic versioning rules

"1.0.1"