ember-data-model-fragments
ember-data-model-fragments copied to clipboard
support an optional fragmentUniqueKey from the serializer
see #329 for details on the use case for this pull request
I am curious if this would be better on the model definition, or is the serializer the best place to configure this, as it is responsible for reconciling responses?
The serializer seems like the best place. Could you add in a quick test for this functionality?