Skip to content

Commit

Permalink
ruby 1.9: Qualify toplevel File reference since config.ru could be ev…
Browse files Browse the repository at this point in the history
…al'd in a different scope
  • Loading branch information
josh committed Sep 26, 2009
1 parent ef58194 commit 15cffe6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
# Rack Dispatcher

# Require your environment file to bootstrap Rails
require File.dirname(__FILE__) + '/config/environment'
require ::File.dirname(__FILE__) + '/config/environment'

# Dispatch the request
run ActionController::Dispatcher.new

0 comments on commit 15cffe6

Please sign in to comment.