aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-03-12 08:44:03 +0000
committerJon Leighton <j@jonathanleighton.com>2011-03-12 08:44:03 +0000
commit17ea20426057aac43abcc0735534df31c577b918 (patch)
treefd6daf7d564a9ac7ca4b45964a761e50e40ba5be /activesupport
parent02a43f9f4585d3c932e12b60ef23543f9c534a2e (diff)
parentacd4bfb53764cfea0feaa367cfc8d00dbf9a87c3 (diff)
downloadrails-17ea20426057aac43abcc0735534df31c577b918.tar.gz
rails-17ea20426057aac43abcc0735534df31c577b918.tar.bz2
rails-17ea20426057aac43abcc0735534df31c577b918.zip
Merge branch 'master' into nested_has_many_through
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/buffered_logger.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/buffered_logger.rb b/activesupport/lib/active_support/buffered_logger.rb
index b861a6f62a..e41731f3e7 100644
--- a/activesupport/lib/active_support/buffered_logger.rb
+++ b/activesupport/lib/active_support/buffered_logger.rb
@@ -1,3 +1,4 @@
+require 'thread'
require 'active_support/core_ext/class/attribute_accessors'
module ActiveSupport