method

add_as_through

add_as_through(seed)
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 964
      def add_as_through(seed)
        collect_join_reflections(seed + [self])
      end