We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using this client against a rails server using the jsonapi-resources.
ActiveModel::Errors will only take a single string, The implementation on resource.rb only adds the details if the title is missing.
Is there any way to access the details?
The text was updated successfully, but these errors were encountered:
I am facing the same issue, is there any news to this topic? How can I access the details even if the title is available? Thanks!
Sorry, something went wrong.
No branches or pull requests
I'm using this client against a rails server using the jsonapi-resources.
ActiveModel::Errors will only take a single string, The implementation on
resource.rb
only adds the details if the title is missing.
Is there any way to access the details?
The text was updated successfully, but these errors were encountered: