Class: Todo
- Inherits:
-
KitIndexed
- Object
- ActiveRecord::Base
- KitIndexed
- Todo
- Defined in:
- app/models/todo.rb
Instance Method Summary collapse
Methods inherited from KitIndexed
do_indexing, indexed_columns, paginate
Instance Method Details
#add_activity ⇒ Object
15 16 17 |
# File 'app/models/todo.rb', line 15 def add_activity Activity.add(_sid, "Created to do '#{self.name}'", self.user_id, "To do") end |