Module FriendlyId::Slugged::Model
In: lib/friendly_id/slugged.rb

Methods

Attributes

slug  [RW] 

Public Instance methods

The friendly id.

Get the {FriendlyId::Status} after the find has been performed.

Clean up the string before setting it as the friendly_id. You can override this method to add your own custom normalization routines. @param string An instance of {FriendlyId::SlugString}. @return [String]

Does the instance have a slug?

[Validate]