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
The docs state to register the mime type "application/vnd.api+json" with the Mime::Type module for params to be parsed correctly, but unfortunately this did not work for me.
I had to unregister the json mime type and then re-register it:
The docs state to register the mime type "application/vnd.api+json" with the Mime::Type module for params to be parsed correctly, but unfortunately this did not work for me.
I had to unregister the json mime type and then re-register it:
I'm using Rails 5.0.0.1. Has anyone else encountered this issue? Should the docs reflect this solution?
The text was updated successfully, but these errors were encountered: