1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Don't add vendored rack to load path

This commit is contained in:
Joshua Peek 2009-02-07 16:22:33 -06:00
parent 524d8edf68
commit acd0612cde

View file

@ -31,8 +31,7 @@ rescue LoadError
end end
end end
$:.unshift "#{File.dirname(__FILE__)}/action_controller/vendor/rack-1.0" require 'action_controller/vendor/rack-1.0/rack'
require 'rack'
module ActionController module ActionController
# TODO: Review explicit to see if they will automatically be handled by # TODO: Review explicit to see if they will automatically be handled by