# File lib/friendly_id/active_record2/slug.rb, line 66
  def is_most_recent?
    warn("Slug#is_most_recent? is deprecated and will be removed in FriendlyId 3.0. Please use Slug#current?")
    current?
  end