Skip to content

Instantly share code, notes, and snippets.

@aaronshaf
Created November 16, 2012 21:05
Show Gist options
  • Save aaronshaf/4090903 to your computer and use it in GitHub Desktop.
Save aaronshaf/4090903 to your computer and use it in GitHub Desktop.
$.when(
Products.recent(),
Sites.find()
).done(function(products,sites) {
res.render('products/index', {
title: 'Products',
products: products,
sites: sites
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment