Cheers! I have some model, and one attribute of it is an array, but for some reasons (I use mongoDB on the server and it\'s problem with embedded models and ember-data) I can\'t
anArrayAttr: DS.attr('raw', { defaultValue: function() { return []; } })
From my awesome colleague 'Theron Humiston'