Class FriendlyId::Slugged::Status
In: lib/friendly_id/slugged.rb
Parent: FriendlyId::Status

Methods

best?   current?   friendly?   outdated?   slug  

Attributes

slug  [RW] 

Public Instance methods

Did the find operation use the best possible id? True if id is numeric, but the model has no slug, or id is friendly and current

Did the find operation use the current slug?

Did the find operation use a friendly id?

Did the find operation use an outdated slug?

The slug that was used to find the model.

[Validate]