Incremental steps towards building the bonfire challenge views

This commit is contained in:
Nathan Leniz
2015-01-22 11:59:55 -05:00
parent 99dcbd16e5
commit 094b937148
7 changed files with 45 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ var bonfireSchema = new mongoose.Schema({
publicTests: Array,
privateTests: Array,
challengeSeed: String,
bonfireNumber: Number,
bonfireNumber: Number
});
module.exports = mongoose.model('Bonfire', bonfireSchema);