57 58 59
# File 'lib/minder/database/database.rb', line 57 def unstart_task(task) update_task(task, started_at: nil) end