Closed agentVargas2012R closed 10 years ago
in the file:
app/store.js
export default DS.Store.extend({
});
Thanks!!
As of https://github.com/emberjs/data/pull/1808 (which will be in 1.0.0-beta.8 when it ships), you would make app/stores/application.js
, but for 1.0.0-beta.7 you would use app/store.js
.
Thanks for the info, I'll make sure we take it into consideration.
Hello EAK Team,
I have been looking at the EAK documentation and unfortunately have not come across a specific case where I can extend the store.
I would like to do something like this:
MyApp.Store = DS.Store.extend();
where I can decorate the behavior with some additional code.
Is this supported by chance?
Thanks For The Help!