Skip to content

Instantly share code, notes, and snippets.

@kejadlen
Created June 26, 2013 02:19
Show Gist options
  • Save kejadlen/5864250 to your computer and use it in GitHub Desktop.
Save kejadlen/5864250 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/foo/:id' do
p params[:id]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment