Skip to content

Instantly share code, notes, and snippets.

@ncammarata
Created July 27, 2012 18:27
Show Gist options
  • Save ncammarata/3189620 to your computer and use it in GitHub Desktop.
Save ncammarata/3189620 to your computer and use it in GitHub Desktop.
Meteor.route
'': 'home'
login:
template: 'login'
events: 'submit form': (e) -> e.preventDefault()
'/users/:user_id':
template: 'profile'
getData: (user_id) -> Meteor.users.findOne user_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment