abuiles / ember-cli-101-errata

18 stars 4 forks source link

model.rollback vs model.rollbackAttributes pg 77 #254

Open drewclauson opened 8 years ago

drewclauson commented 8 years ago

On page 77, when working with ember-data >= 1.13, model.rollback() has been renamed to model.rollbackAttributes(), so rollback() throws an error.