This commit is contained in:
Nathan Leniz
2015-03-09 18:45:21 +09:00
5 changed files with 5 additions and 14 deletions

View File

@@ -46,13 +46,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);