Skip to content

Instantly share code, notes, and snippets.

@JemiloII
Created August 28, 2014 20:28
Show Gist options
  • Save JemiloII/8d0481ab9f10bf08a3eb to your computer and use it in GitHub Desktop.
Save JemiloII/8d0481ab9f10bf08a3eb to your computer and use it in GitHub Desktop.
My serializer.js
App.ApplicationSerializer = DS.JSONSerializer.extend({
serializeIntoHash: function(hash, type, record, options) {
Ember.merge(hash, this.serialize(record, options));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment