Skip to content

Instantly share code, notes, and snippets.

@deplorableword
Forked from mrsteveheyes/gist:1044564
Created June 24, 2011 10: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 deplorableword/1044574 to your computer and use it in GitHub Desktop.
Save deplorableword/1044574 to your computer and use it in GitHub Desktop.
Datamapper problem
require 'rubygems'
require 'sinatra'
require 'datamapper'
get '/' do
'Hello World'
end
require 'app'
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment