class FriendlyId::Slug

A FriendlyId slug stored in an external table.

@see FriendlyId::History

Public Instance Methods

sluggable() click to toggle source
Calls superclass method
# File lib/friendly_id/slug.rb, line 8
def sluggable
  sluggable_type.constantize.unscoped { super }
end
to_param() click to toggle source
# File lib/friendly_id/slug.rb, line 12
def to_param
  slug
end