# File lib/ancestry/instance_methods.rb, line 143
    def has_children?
      self.children.exists?({})
    end