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
has_many
Array
ResultSet
I'd like to reopen #270. While the work-around mentioned works, I feel like that that is not the appropriate solution.
The text was updated successfully, but these errors were encountered:
That's fair. Have you had a chance to look at how you would fix it to return what you would expect?
Sorry, something went wrong.
To make the association return what I need I reimplemented JsonApiClient::Associations::BaseAssociation.from_result_set to return what it is given, aka:
def from_result_set(result_set) result_set end
But I am not sure what that method is supposed to be used for, so I don't feel very confident in that being the actual solution...
No branches or pull requests
I'd like to reopen #270. While the work-around mentioned works, I feel like that that is not the appropriate solution.
The text was updated successfully, but these errors were encountered: