import Ember from 'ember'; export default Ember.Mixin.create({ stores: null, url: null, willDestroy() { this.get('stores')._storeWillDestroy(this); this._super(); } });