Sha256: 2e2b0e155929e891a86d8c83173d3128bf8c6751455fd4ebe8e487b0b9b58a2d
Contents?: true
Size: 373 Bytes
Versions: 13
Compression:
Stored size: 373 Bytes
Contents
# http://emberjs.com/guides/models/#toc_store # http://emberjs.com/guides/models/pushing-records-into-the-store/ #MetaModel.ApplicationStore = DS.Store.extend({ # #}) # Override the default adapter with the `DS.ActiveModelAdapter` which # is built to work nicely with the ActiveModel::Serializers gem. #MetaModel.ApplicationAdapter = DS.ActiveModelAdapter.extend({ # #})
Version data entries
13 entries across 13 versions & 1 rubygems