From 53794cf7b5a9f66c3173f4ca9a5ee3279965a3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 11 Mar 2011 13:29:39 -0800 Subject: Add missing require 'thread' to BufferedLogger. --- activesupport/lib/active_support/buffered_logger.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/buffered_logger.rb') 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 -- cgit v1.2.3