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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core/all.rb b/activesupport/lib/active_support/core/all.rb
new file mode 100644
index 0000000000..f397f48e9c
--- /dev/null
+++ b/activesupport/lib/active_support/core/all.rb
@@ -0,0 +1,4 @@
+require 'active_support/core'
+Dir["#{File.dirname(__FILE__)}/*.rb"].sort.each do |path|
+ require "active_support/core/#{File.basename(path, '.rb')}"
+end