nicer routes

This commit is contained in:
Keivan Beigi 2013-06-25 18:00:56 -07:00
parent 1ce785f417
commit ab28b50c7e
4 changed files with 20 additions and 22 deletions

View file

@ -53,7 +53,7 @@ define(
return this.get('status') === 'continuing';
},
route : function () {
return '/series/details/' + this.get('titleSlug');
return '/series/' + this.get('titleSlug');
//return '/series/details/' + this.get('id');
},