Skip to content

Commit

Permalink
Fix example/config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Apr 22, 2009
1 parent 92fb2ce commit bba1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/config.ru
Expand Up @@ -6,7 +6,7 @@
# Check Rack::Builder doc for more details on this file format:
# http://rack.rubyforge.org/doc/classes/Rack/Builder.html

require File.dirname(__FILE__) + '/../lib/thin'
require ::File.dirname(__FILE__) + '/../lib/thin'

app = proc do |env|
# Response body has to respond to each and yield strings
Expand Down

0 comments on commit bba1db2

Please sign in to comment.