Module: Sluggable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/sluggable_david.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
14 15 16 |
# File 'lib/sluggable_david.rb', line 14 def to_param self.slug end |