This Addon calls this.store.query(...) which only works when using ember-data with the "legacy" pattern (using serializers, adapters, etc.). Is there the intention to go to the newer paradigm? If so, how can I help? what backwards compat is expected of this addon?
This Addon calls
this.store.query(...)which only works when using ember-data with the "legacy" pattern (using serializers, adapters, etc.). Is there the intention to go to the newer paradigm? If so, how can I help? what backwards compat is expected of this addon?