push (data) DS.Model|Array
Defined in addon/-private/system/store.js:1962
Push some data for a given type into the store. This method expects normalized JSON API document. This means you have to follow JSON API specification with few minor adjustments: - record's type should always be in singular, dasherized form - members (properties) should be camelCased Your primary data should be wrapped inside data property: store.push({
data: {
// primary data for single record of type `Person`