ebryn / ember-model

A lightweight model library for Ember.js
MIT License
524 stars 159 forks source link

Ensure the Promise returned by `HasManyArray#save` is an Ember Array. #450

Closed eventualbuddha closed 8 years ago

eventualbuddha commented 8 years ago

This restores the test to the old behavior of using .get('firstObject') and thereby ensures the array extensions are present.