When we return "Unprocessable Entity" we also add errors to the model you tried to save. In ruby the what you would see in the console is that calling save has failed and if your then print your_object.errors you can get information on why the request was invalid.
↧