From 3202671dc9360c4a89d80355824b239b52b2f611 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 17 Apr 2009 21:20:57 -0700 Subject: Fix core/all require of adjacent core features --- activesupport/lib/active_support/core/all.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core') diff --git a/activesupport/lib/active_support/core/all.rb b/activesupport/lib/active_support/core/all.rb index 06440add20..f397f48e9c 100644 --- a/activesupport/lib/active_support/core/all.rb +++ b/activesupport/lib/active_support/core/all.rb @@ -1,4 +1,4 @@ require 'active_support/core' -Dir["#{File.dirname(__FILE__)}/core/*.rb"].sort.each do |path| +Dir["#{File.dirname(__FILE__)}/*.rb"].sort.each do |path| require "active_support/core/#{File.basename(path, '.rb')}" end -- cgit v1.2.3