Class Slug
In: lib/friendly_id/active_record2/slug.rb
Parent: ::ActiveRecord::Base

A Slug is a unique, human-friendly identifier for an ActiveRecord.

Methods

Public Instance methods

Whether this slug is the most recent of its owner‘s slugs.

@deprecated Please used Slug#current?

Raise a FriendlyId::SlugGenerationError if the slug name is blank.

[Validate]