Changed name of mail sent collection

This commit is contained in:
Michael Schmatz 2014-07-16 12:12:54 -07:00
parent 449f1e1afc
commit 3a405e22f3

View file

@ -8,4 +8,4 @@ MailSent = new mongoose.Schema({
'default': Date.now
}, {strict: false})
module.exports = MailSent = mongoose.model('mailSent', MailSent)
module.exports = MailSent = mongoose.model('mail.sent', MailSent)