aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-08-27 11:33:18 -0500
committerJoshua Peek <josh@joshpeek.com>2008-08-27 11:33:18 -0500
commit87fafe40748311adfb48940944e05230f01d0dee (patch)
tree3d65ac9369b4c5e660fcf905ddf5d1be607e946b /activesupport/lib/active_support.rb
parentce65a05c5b027175c3c541055081f82c8bfc36bf (diff)
downloadrails-87fafe40748311adfb48940944e05230f01d0dee.tar.gz
rails-87fafe40748311adfb48940944e05230f01d0dee.tar.bz2
rails-87fafe40748311adfb48940944e05230f01d0dee.zip
Moved Logger extensions into core_ext
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index cb68ff27f0..873a4ea1d0 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -28,7 +28,6 @@ require 'active_support/callbacks'
require 'active_support/core_ext'
-require 'active_support/clean_logger'
require 'active_support/buffered_logger'
require 'active_support/gzip'