Method: BatchBook::Comment#todo

Defined in:
lib/batchbook.rb

#todoObject



412
413
414
# File 'lib/batchbook.rb', line 412

def todo
  Todo.find(self.prefix_options[:todo_id])
end