Class: Notee::Category
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Notee::Category
- Defined in:
- app/models/notee/category.rb
Instance Method Summary collapse
Instance Method Details
#set_slug ⇒ Object
5 6 7 |
# File 'app/models/notee/category.rb', line 5 def set_slug self.slug = self.name.downcase if self.slug.nil? end |