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

Restores accidentally-reverted commit.
  • Loading branch information
josh authored and jeremy committed Oct 16, 2009
1 parent 2110a52 commit 2ca9340
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
# Require your environment file to bootstrap Rails
require File.expand_path('../config/application', __FILE__)
require ::File.expand_path('../config/application', __FILE__)

# Dispatch the request
run Rails.application.new

0 comments on commit 2ca9340

Please sign in to comment.