# File lib/ancestry/instance_methods.rb, line 97
    def ancestors?
      # ancestor_ids.present?
      read_attribute(self.ancestry_base_class.ancestry_column).present?
    end