Skip to content

Instantly share code, notes, and snippets.

@superlou
Created January 4, 2014 16:52
Show Gist options
  • Save superlou/8257300 to your computer and use it in GitHub Desktop.
Save superlou/8257300 to your computer and use it in GitHub Desktop.
from Ember-Rails
App.Store = DS.Store.extend({
// Override the default adapter with the `DS.ActiveModelAdapter` which
// is built to work nicely with the ActiveModel::Serializers gem.
adapter: '_ams'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment