ember-cli-101-errata icon indicating copy to clipboard operation
ember-cli-101-errata copied to clipboard

Friends actions referenced as being in controller AND route

Open jvenator opened this issue 10 years ago • 1 comments

At the end of page 42 in "Refactor Time" we're told to put the Friends delete action into app/routes/friends.js and the example code shows the save and cancel actions as already being there.

However, in the refactoring on page 38 both the save and cancel actions were put into app/controllers/friends/base.js.

Would like some clarity on whether the intention is to utilize the base controller or route for this.

jvenator avatar Nov 12 '14 17:11 jvenator

The issue is addressed on page 62, but the confusion would still remain on page 42 as noted above. This is because there's no explanation of how the example on page 42 got there from where it was on page 38.

jvenator avatar Nov 12 '14 20:11 jvenator