Open cpiazza opened 3 years ago
Why not collect the errors generated by the save and tell the user what happened? Unprocessable is not descriptive.
save
Unprocessable
https://github.com/vishal-gh/TodoApp/blob/da395eb5f57e2bf966c7fe618bc7f8f2a99a62ec/app/controllers/todo_lists_controller.rb#L28
Fixed.
Why not collect the errors generated by the
save
and tell the user what happened?Unprocessable
is not descriptive.https://github.com/vishal-gh/TodoApp/blob/da395eb5f57e2bf966c7fe618bc7f8f2a99a62ec/app/controllers/todo_lists_controller.rb#L28