# File lib/ancestry/instance_methods.rb, line 126
    def is_root?
      read_attribute(self.base_class.ancestry_column).blank?
    end