fixed mongo helpers

This commit is contained in:
psychobunny
2014-04-14 17:09:03 -04:00
parent 3e60451ce4
commit 71d33c0a79

View File

@@ -110,6 +110,6 @@
};
module.helpers = module.helpers || {};
module.helpers.level = require('./mongo/helpers');
module.helpers.mongo = require('./mongo/helpers');
}(exports));