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