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