|
|
|
@ -27,6 +27,7 @@ var async = require('async'),
|
|
|
|
|
require('./topics/tags')(Topics);
|
|
|
|
|
require('./topics/teaser')(Topics);
|
|
|
|
|
require('./topics/suggested')(Topics);
|
|
|
|
|
require('./topics/tools')(Topics);
|
|
|
|
|
|
|
|
|
|
Topics.exists = function(tid, callback) {
|
|
|
|
|
db.isSortedSetMember('topics:tid', tid, callback);
|
|
|
|
|