Skip to content

Instantly share code, notes, and snippets.

@alphastory
Created June 21, 2016 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alphastory/6a760ecbe21591cf2a7ebaf7c5cb508b to your computer and use it in GitHub Desktop.
Save alphastory/6a760ecbe21591cf2a7ebaf7c5cb508b to your computer and use it in GitHub Desktop.
import DS from 'ember-data';
export default DS.JSONSerializer.extend({
primaryKey: '_id'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment