method
add_as_polymorphic_through
v5.2.3 -
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 960
def add_as_polymorphic_through(reflection, seed)
collect_join_reflections(seed + [PolymorphicReflection.new(self, reflection)])
end