Heyo,
My models are configured to use _id as their primary key instead of id, by setting the primaryKey property on the model. It would be great in ember-extension could use this value as well. Currently it seems hard coded to id, therefore not correctly reporting the PK of my models:

Heyo,
My models are configured to use
_idas their primary key instead ofid, by setting theprimaryKeyproperty on the model. It would be great in ember-extension could use this value as well. Currently it seems hard coded toid, therefore not correctly reporting the PK of my models: