Skip to content

Commit

Permalink
Better config.ru require statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhess committed Nov 23, 2011
1 parent 30a95cf commit e6ef32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Bundler.require

set :run, false

require 'main'
require './main'
run Sinatra::Application

0 comments on commit e6ef32b

Please sign in to comment.