Method: BatchBook::Comment#todo=

Defined in:
lib/batchbook.rb

#todo=(todo) ⇒ Object



416
417
418
# File 'lib/batchbook.rb', line 416

def todo=(todo)
  self.prefix_options[:todo_id] = todo.id
end