do some refactoring of the camper news views

This commit is contained in:
Michael Q Larson
2015-03-03 19:55:04 -08:00
parent 2c375e8c61
commit d8b8373b70
12 changed files with 176 additions and 118 deletions

View File

@@ -6,6 +6,10 @@ var storySchema = new mongoose.Schema({
type: String,
unique: false
},
timePosted: {
type: Number,
default: 0
},
link: {
type: String,
unique: false