Skip to content

Commit

Permalink
Add rack configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Jun 10, 2012
1 parent 6b94260 commit 0d9aa23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require "bundler/setup"
$LOAD_PATH.unshift "."
require "app"

run Sinatra::Application

0 comments on commit 0d9aa23

Please sign in to comment.