Open darkbushido opened 7 years ago
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?
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!
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?