class ActiveRecord::Reflection::AssociationReflection

def collect_join_chain

ThroughReflection.
A chain of reflections from this one back to the owner. For more see the explanation in
def collect_join_chain
  [self]
end