able to write to the db

This commit is contained in:
Michael Q Larson
2014-10-13 16:01:52 -07:00
parent a5985cd73d
commit ad929be410
9 changed files with 762 additions and 699 deletions

View File

@@ -6,7 +6,7 @@
exports.index = function(req, res) {
res.render('curriculum/curriculum', {
title: 'Curriculum',
test: 'hi'
test: 'hi',
courses: Course.all
});
};
};