-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Here 2 adapter hooks (keyForRelationship
and keyForLink
) are called without the adapter context. This makes it cumbersome to reuse logic that is on the consumer's adapter.
ember-data-hal-9000/addon/mixin.js
Lines 225 to 227 in e29064b
keyForRelationship = this.keyForRelationship, | |
keyForLink = this.keyForLink, | |
extractLink = this.extractLink, |
Metadata
Metadata
Assignees
Labels
No labels