watsonbox/facture

View on GitHub
app/assets/javascripts/store.js.coffee

Summary

Maintainability
Test Coverage
# http://emberjs.com/guides/models/#toc_store
# http://emberjs.com/guides/models/pushing-records-into-the-store/

Facture.ApplicationStore = DS.Store.extend({

})

# Override the default adapter with the `DS.ActiveModelAdapter` which
# is built to work nicely with the ActiveModel::Serializers gem.
Facture.ApplicationAdapter = DS.ActiveModelAdapter.extend({

})