提交 8ad9d144 编写于 作者: J Jeremy Kemper

Partially revert "ActionDispatch should require as little of ActiveSupport as possible"

Removes load path change from commit bb153f42.
上级 1a0c372b
......@@ -21,6 +21,8 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
activesupport_path = File.expand_path('../../../activesupport/lib', __FILE__)
$:.unshift(activesupport_path) if File.directory?(activesupport_path) && !$:.include?(activesupport_path)
require 'active_support'
require 'active_support/dependencies/autoload'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册