# File lib/ancestry/instance_methods.rb, line 270
    def descendant_ids depth_options = {}
      descendants(depth_options).pluck(self.ancestry_base_class.primary_key)
    end