Skip to content

Instantly share code, notes, and snippets.

@smathy
Created September 30, 2011 19:27
Show Gist options
  • Save smathy/1254740 to your computer and use it in GitHub Desktop.
Save smathy/1254740 to your computer and use it in GitHub Desktop.
require('zappa') ->
@enable 'serve jquery'
@get '/:foo/:bar?': ->
"Foobar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment