ember-model icon indicating copy to clipboard operation
ember-model copied to clipboard

Fix record create/save on FixtureAdapter so revert works

Open ahacking opened this issue 11 years ago • 0 comments

This PR allows revert() to work with the FixtureAdapter, and includes unit test.

The current FixtureAdapter does not update _data when performing a create() or save() which leads problems such as revert() not working correctly.

ahacking avatar May 19 '14 11:05 ahacking