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
DS.belongsTo and DS.hasMany are missing documentation for polymorphic relationships (originally added in #750).
DS.belongsTo
DS.hasMany
According to the tests, the { polymorphic: true } option has to be passed in. Is this still up to date?
{ polymorphic: true }
I think this is a killer feature that should be featured more prominently 😄
The text was updated successfully, but these errors were encountered:
Nice catch @buschtoens, would you be willing to create a PR updating the docs?
Sorry, something went wrong.
Closing as a dupe of #4375, feel free to tackle that one instead :)
No branches or pull requests
DS.belongsTo
andDS.hasMany
are missing documentation for polymorphic relationships (originally added in #750).According to the tests, the
{ polymorphic: true }
option has to be passed in. Is this still up to date?I think this is a killer feature that should be featured more prominently 😄
The text was updated successfully, but these errors were encountered: