# File lib/ancestry/instance_methods.rb, line 169
    def parent_id
      ancestor_ids.last if ancestors?
    end