Add a config.ru so I can run rackup locally

This commit is contained in:
R. Tyler Croy 2011-10-31 23:22:03 -07:00
parent fad3219bcf
commit 101a44dfd2
1 changed files with 2 additions and 0 deletions

2
config.ru Normal file
View File

@ -0,0 +1,2 @@
require './app'
run Sinatra::Application