Skip to content

Instantly share code, notes, and snippets.

@moonmaster9000
Created August 30, 2010 00:31
Show Gist options
  • Save moonmaster9000/556857 to your computer and use it in GitHub Desktop.
Save moonmaster9000/556857 to your computer and use it in GitHub Desktop.
HomeController =
index: -> $('#main').text 'Welcome!'
routes = -> @get '#/', HomeController.index
app = $.sammy routes
$ -> app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment