abuiles / ember-cli-101-errata

18 stars 4 forks source link

Page 59 link-to is wrong #225

Closed FanaHOVA closed 9 years ago

FanaHOVA commented 9 years ago

Nevermind, the error was with Ember's routes generator, it added a

    this.route('articles', function() {});

To router.js that shouldn't have been there