Skip to content

Instantly share code, notes, and snippets.

@christiankn
Created August 16, 2010 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiankn/527756 to your computer and use it in GitHub Desktop.
Save christiankn/527756 to your computer and use it in GitHub Desktop.
get "/" do
@name ||= "empty"
end
post "/:name" do
@name = params[:name]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment