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