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