Class ActiveRecord::Reflection::PolymorphicReflection
In: lib/has_many_polymorphs/reflection.rb
Parent: ThroughReflection

The reflection built by the has_many_polymorphs method.

Inherits from ActiveRecord::Reflection::AssociationReflection.

Methods

Public Instance methods

Stub out the validity check. Has_many_polymorphs checks validity on macro creation, not on reflection.

Set the classname of the target. Uses the join class name.

Return the source reflection.

[Validate]