Sharry Stowell
Results
11
comments of
Sharry Stowell
Thanks Andreas. Node: v0.12.7 NPM: 2.12.0 Mongoose: ~4.0.1 Monguurl: ~0.1.0 Regarding plugins, only using yours & timestamps: ``` var timestamps = require('mongoose-timestamp'); BookSchema.plugin(timestamps, { createdAt: 'createdDate', updatedAt: 'modifiedDate' }); ```