# File lib/friendly_id/active_record2/slugged_model.rb, line 247 def slug return @slug if new_record? @slug ||= slugs.first(:order => "id DESC") end