method

add_as_polymorphic_through

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