Skip to content

Instantly share code, notes, and snippets.

@leandrojo
Created February 15, 2016 22:29
Show Gist options
  • Select an option

  • Save leandrojo/8308d0802722ab2cc1ee to your computer and use it in GitHub Desktop.

Select an option

Save leandrojo/8308d0802722ab2cc1ee to your computer and use it in GitHub Desktop.
Model
.find()
...
.populate([{
path: 'companies',
model: 'Company',
populate: {
path: 'products',
model: 'Product'
}
}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment