method
add_as_through
rails latest stable - Class:
ActiveRecord::Reflection::ThroughReflection
add_as_through(seed)public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 990
def add_as_through(seed)
collect_join_reflections(seed + [self])
end