Skip to content

Instantly share code, notes, and snippets.

@rikukissa
Created May 31, 2014 10:19
Show Gist options
  • Save rikukissa/e86e068aaf42bd9e580c to your computer and use it in GitHub Desktop.
Save rikukissa/e86e068aaf42bd9e580c to your computer and use it in GitHub Desktop.
user.populate 'creators', (err, user) ->
return next err if err?
async.map user.creators, (creator, done) ->
creator.populate 'city', done
, (err, creators) ->
return next err if err?
next response.ok creators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment