# File lib/ancestry/instance_methods.rb, line 242
    def sibling_ids
      siblings.pluck(self.ancestry_base_class.primary_key)
    end