able to write to the db
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
exports.index = function(req, res) {
|
||||
res.render('curriculum/curriculum', {
|
||||
title: 'Curriculum',
|
||||
test: 'hi'
|
||||
test: 'hi',
|
||||
courses: Course.all
|
||||
});
|
||||
};
|
||||
|
||||
};
|
Reference in New Issue
Block a user