aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core/all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core/all.rb')
-rw-r--r--activesupport/lib/active_support/core/all.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core/all.rb b/activesupport/lib/active_support/core/all.rb
index f397f48e9c..55e8b4cfac 100644
--- a/activesupport/lib/active_support/core/all.rb
+++ b/activesupport/lib/active_support/core/all.rb
@@ -1,3 +1,4 @@
+require 'active_support/core_ext'
require 'active_support/core'
Dir["#{File.dirname(__FILE__)}/*.rb"].sort.each do |path|
require "active_support/core/#{File.basename(path, '.rb')}"