# File lib/ancestry/instance_methods.rb, line 173
    def parent
      unscoped_find(parent_id) if ancestors?
    end