Class: FriendlyId::Slug
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- FriendlyId::Slug
- Defined in:
- lib/friendly_id/slug.rb
Overview
A FriendlyId slug stored in an external table.
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
9 10 11 |
# File 'lib/friendly_id/slug.rb', line 9 def to_param slug end |