if todo.valid?
      todo.save!
      response.status = 200
      content_type :json
      JSON.dump(todo.as_json)