# File lib/thinking_sphinx/association.rb, line 94
    def ancestors
      (parent ? parent.ancestors : []) << self
    end