# File lib/ancestry/instance_methods.rb, line 306
    def subtree_ids depth_options = {}
      subtree(depth_options).pluck(self.ancestry_base_class.primary_key)
    end