Skip to content

Instantly share code, notes, and snippets.

@jmdeldin
Created June 7, 2012 21:51
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 jmdeldin/2891784 to your computer and use it in GitHub Desktop.
Save jmdeldin/2891784 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/title/' do
params.inspect
end
source :rubygems
gem 'sinatra'
gem 'shotgun', :group => :development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment