Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var schema = new Schema({
  2. niceName: [{
  3. haha: String,
  4. denorm: {type: mongoose.Schema.Types.Mixed, ref: 'User', denormalize: ['niceName', 'name']}
  5. }]
  6. },
  7. {
  8. id: false
  9. }
  10. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement