abuiles / ember-cli-101-errata

18 stars 4 forks source link

store.findRecordAll should be store.findAll #245

Open bambery opened 9 years ago

bambery commented 9 years ago

edition: 2015-07-20 format: kindle page: 2190

There are at least two instances where the text should say store.findAll but instead is store.findRecordAll.

anjuliw commented 8 years ago

page numbers in the pdf:

page 95, "store.peekAll is similar to store.findRecordAll"

page 96, first line of code: friends = $E.store.findRecordAll('friend')