Module: Sluggable
- Extended by:
- ActiveSupport::Concern
- Included in:
- ThemeSetting
- Defined in:
- app/models/concerns/sluggable.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
8 9 10 |
# File 'app/models/concerns/sluggable.rb', line 8 def to_param slug end |