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