add logic to add campers to nonprofit projects of interest to them

This commit is contained in:
Michael Q Larson
2015-04-02 17:23:45 -07:00
parent 4aea12abca
commit 3cff4e9879
5 changed files with 57 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ var secrets = require('../config/secrets');
* @type {exports.Schema}
*/
var Long = mongoose.Types.Long;
var nonprofitSchema = new mongoose.Schema({
name: String,
requestedDeliverables: Array,