Henk van Ramshorst
Henk van Ramshorst
rollback() should be renamed to rollbackAttributes(). Two occurrences of "rollback()" in the book.
Not sure I'm right because I just started learning Ember, but I think I ran into an error. In the paragraph "Deleting friends" you have the following code block: ```...
From the following code block in the "The header" paragraph: ``` app/templates/components/nav-bar.hbs {{link-to "Borrowers" "index" class="p2"}} {{link-to "Dashboard" "index" class="p2 icon-gauge"}} {{link-to "Friends" "friends" class="p2 icon-users-1"}} {{link-to "New Friend" "friends.new"...