Class: SimpleForum::Category
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SimpleForum::Category
- Defined in:
- app/models/simple_forum/category.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
22 23 24 |
# File 'app/models/simple_forum/category.rb', line 22 def to_param "#{id}-#{name.to_s.parameterize}" end |