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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I don't know if it's expected behavior but we have access to the relationship modelClass so why not pass it to extractId?
extractId
https://github.com/201-created/ember-data-hal-9000/blob/master/addon/mixin.js#L205
The text was updated successfully, but these errors were encountered:
Fix extractRelationship extractId is called without passing the relat…
92f9e97
…ionship modelClass (201-created#50)
16a1b51
…ionship modelClass (201-created#50) (cherry picked from commit 92f9e97)
Yup, I had to override the mixin function manually to get this. Would be useful.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I don't know if it's expected behavior but we have access to the relationship modelClass so why not pass it to
extractId
?https://github.com/201-created/ember-data-hal-9000/blob/master/addon/mixin.js#L205
The text was updated successfully, but these errors were encountered: