Skip to content

Instantly share code, notes, and snippets.

@pangratz
Created October 17, 2012 08:22
Show Gist options
  • Save pangratz/3904384 to your computer and use it in GitHub Desktop.
Save pangratz/3904384 to your computer and use it in GitHub Desktop.
App.store = DS.Store.create({
revision: 4,
adapter: DS.RESTAdapter.create({
bulkCommit: false,
ajax: function(url, type, hash) {
this._super(url + '.json', type, hash);
}
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment