Skip to content

Commit

Permalink
Account for comment route which we split from topic route
Browse files Browse the repository at this point in the history
  • Loading branch information
erasaur committed May 2, 2015
1 parent 02408ec commit b7ec3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Router.onBeforeAction(function () {
this.layout('pageLayout');
}
this.next();
}, { only: ['topic', 'profile'] });
}, { only: ['topic', 'comment', 'profile'] });

Router.plugin('dataNotFound', { notFoundTemplate: 'notFound' });

0 comments on commit b7ec3e8

Please sign in to comment.