mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in a different scope
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user