method
add_as_polymorphic_through
rails latest stable - Class:
ActiveRecord::Reflection::ThroughReflection
add_as_polymorphic_through(reflection, seed)public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 986
def add_as_polymorphic_through(reflection, seed)
collect_join_reflections(seed + [PolymorphicReflection.new(self, reflection)])
end