first commit with working iframe pulling data from code editor

This commit is contained in:
Michael Q Larson
2015-01-29 17:01:50 -08:00
parent b49846a504
commit d7d4727c0f
4 changed files with 66 additions and 45 deletions

View File

@@ -8,6 +8,11 @@ var _ = require('lodash'),
* Bonfire controller
*/
exports.courseware = function(req, res) {
res.render('courseware/show.jade', {
});
};
var highestBonfireNumber = resources.numberOfBonfires();
exports.index = function(req, res) {