start adding Courseware controllers, routes etc.

This commit is contained in:
Michael Q Larson
2015-02-01 14:22:34 -08:00
parent d7d4727c0f
commit afab456ad9
10 changed files with 411 additions and 68 deletions

View File

@@ -17,7 +17,6 @@ var bonfireSchema = new mongoose.Schema({
tests: Array,
challengeSeed: String,
challengeEntryPoint: String,
challengeEntryPointNegate: String
});
module.exports = mongoose.model('Bonfire', bonfireSchema);