This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
/*global Ember*/ | |
/*global DS*/ | |
/*global io*/ | |
/*global _*/ | |
'use strict'; | |
var RSVP = Ember.RSVP; | |
var get = Ember.get; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App.ApplicationSerializer = DS.RESTSerializer.extend({ | |
/** | |
The current ID index of generated IDs | |
@property | |
@private | |
*/ | |
_generatedIds: 0, | |
/** | |
Sideload a JSON object to the payload |