This commit is contained in:
Ritchie Martori
2011-11-26 19:14:36 -08:00
parent bd357d857e
commit e8081e41cc

View File

@@ -0,0 +1,13 @@
var Model = require('../../model');
module.exports = Model.spawn({
collection: 'invites',
plugin: 'apps',
description: {
secret: 'string',
left: 'number'
}
});