aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core/all.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-04-22 16:10:49 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-04-22 16:10:49 -0700
commitab321268f86d9013cbd4ecd0b5f46e7b05ec55a9 (patch)
tree94080b82630ad3312e9f29b8ce687f1d6272af34 /activesupport/lib/active_support/core/all.rb
parent42a06d2d6253eed3b9f4fb4edfa251c9508a2e20 (diff)
downloadrails-ab321268f86d9013cbd4ecd0b5f46e7b05ec55a9.tar.gz
rails-ab321268f86d9013cbd4ecd0b5f46e7b05ec55a9.tar.bz2
rails-ab321268f86d9013cbd4ecd0b5f46e7b05ec55a9.zip
No more free lunch
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')}"