Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapters/application: Disable special case handling of 422 errors
The crate deletion endpoint is our first one that uses "422 Unprocessable Entity" HTTP errors, but it looks like Ember Data is expecting a slightly different layout for them. Since we don't need the special handling code in Ember Data, we can disable the extra code path and treat them like any other 4xx error.
- Loading branch information