show day/week/month/year popular topics

This commit is contained in:
barisusakli
2014-07-11 18:43:22 -04:00
parent 13f94ee32a
commit 0362c1a3b0
7 changed files with 58 additions and 33 deletions

View File

@@ -18,6 +18,7 @@ var async = require('async'),
require('./topics/delete')(Topics);
require('./topics/unread')(Topics);
require('./topics/recent')(Topics);
require('./topics/popular')(Topics);
require('./topics/fork')(Topics);
require('./topics/posts')(Topics);
require('./topics/follow')(Topics);