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