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