var autoPopulate = function(next) { this.populate('updated_by','name').populate('created_by','name'); next(); }; ProjectSchema.pre('findOne', autoPopulate); ProjectSchema.pre('find', autoPopulate);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter