You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve error handling in JSONAPI deserializer (#139)
* Improve error handling in JSONAPI deserializer
1) Add conditional checks for `@payload` and `data` to not return nils
2) Print a warning when Content-Type header is set to something other
than what JSONAPI expects to lead the developer in the right
direction to fix the issue.
* Make force_includes? handle nil or empty both
0 commit comments