Create helper methods in resources. Get map view working.

This commit is contained in:
terakilobyte
2015-05-20 13:07:41 -04:00
parent 77ddaa5b3a
commit 27a14dbf0f
4 changed files with 108 additions and 37 deletions

View File

@ -253,6 +253,10 @@ exports.returnIndividualChallenge = function(req, res, next) {
challengeId: challenge._id,
challengeType: challenge.challengeType
});
},
5: function() {
// bonfire
}
};