# File lib/ancestry/instance_methods.rb, line 288
    def indirect_ids depth_options = {}
      indirects(depth_options).pluck(self.ancestry_base_class.primary_key)
    end