Commit 06ff80a

mo khan <mo@mokhan.ca>
2014-04-12 03:58:12
use ApplicationStore instead of Store.
1 parent cabd22f
Changed files (1)
app
assets
javascripts
app/assets/javascripts/store.js.coffee
@@ -1,7 +1,7 @@
 # http://emberjs.com/guides/models/#toc_store
 # http://emberjs.com/guides/models/pushing-records-into-the-store/
 
-App.Store = DS.Store.extend({
+App.ApplicationStore = DS.Store.extend({
 
 })