Skip to content

Instantly share code, notes, and snippets.

@Enome
Created February 21, 2013 16:22
Show Gist options
  • Save Enome/5005898 to your computer and use it in GitHub Desktop.
Save Enome/5005898 to your computer and use it in GitHub Desktop.
app.get('/users/:username',
data.one('user', data_users.byUsername, 'params.username'),
data.many(data_grows.byUserId, 'locals.user.id'),
general.render('grows/index'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment