ember-cli-101-errata
ember-cli-101-errata copied to clipboard
Friends actions referenced as being in controller AND route
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.
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.