fix the casing of the views and a minor Jade warn statement

This commit is contained in:
Michael Q Larson
2015-03-09 00:27:17 -07:00
parent 2f54153b16
commit d7edde2a19
5 changed files with 5 additions and 14 deletions

View File

@@ -41,13 +41,4 @@ var storySchema = new mongoose.Schema({
}
});
module.exports = mongoose.model('Story', storySchema);
/*
author: {
userId: {
type: mongoose.Schema.Types.ObjectId,
ref: 'User'
}
},
*/
module.exports = mongoose.model('Story', storySchema);