Skip to content

Instantly share code, notes, and snippets.

@dabit
Created March 21, 2013 03:31
Show Gist options
  • Save dabit/5210490 to your computer and use it in GitHub Desktop.
Save dabit/5210490 to your computer and use it in GitHub Desktop.
Railsconf talk
def call(env)
[200, {}, 'Hello']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment