Skip to content

Instantly share code, notes, and snippets.

@vertis
Created October 25, 2009 11:48
Show Gist options
  • Save vertis/218017 to your computer and use it in GitHub Desktop.
Save vertis/218017 to your computer and use it in GitHub Desktop.
# app.rb
require 'rubygems'
require 'sinatra'
get '/' do
haml :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment