41 42 43 44 45
# File 'lib/models/task.rb', line 41 def clone_task(task) task = self.dup task.id = nil task end