diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-02-10 13:36:50 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-02-10 13:36:50 -0600 |
commit | ff3fb6c5f3b2a0592189545f6f24ef759df6a12e (patch) | |
tree | 005b55fe067ca1ad55c2bc8acdc1cdd9a61db2c7 /actionpack/lib/action_controller/vendor | |
parent | 5689e681e9ec5824de6bc2b667b5bee3920bf91f (diff) | |
download | rails-ff3fb6c5f3b2a0592189545f6f24ef759df6a12e.tar.gz rails-ff3fb6c5f3b2a0592189545f6f24ef759df6a12e.tar.bz2 rails-ff3fb6c5f3b2a0592189545f6f24ef759df6a12e.zip |
Reapply 0d5b3e6
Diffstat (limited to 'actionpack/lib/action_controller/vendor')
-rw-r--r-- | actionpack/lib/action_controller/vendor/rack-1.0/rack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb b/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb index c64bfe4f4d..6c03b55552 100644 --- a/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb +++ b/actionpack/lib/action_controller/vendor/rack-1.0/rack.rb @@ -3,7 +3,7 @@ # Rack is freely distributable under the terms of an MIT-style license. # See COPYING or http://www.opensource.org/licenses/mit-license.php. -$: << File.expand_path(File.dirname(__FILE__)) +$:.unshift(File.expand_path(File.dirname(__FILE__))) # The Rack main module, serving as a namespace for all core Rack |