From 1321b372122c130e21397051db7a36594f5d660d Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 28 Mar 2009 23:37:32 -0700 Subject: Explict class attribute accessor dependency --- activesupport/lib/active_support/buffered_logger.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activesupport/lib/active_support/buffered_logger.rb b/activesupport/lib/active_support/buffered_logger.rb index 33bcf327f8..9bf63a90b1 100644 --- a/activesupport/lib/active_support/buffered_logger.rb +++ b/activesupport/lib/active_support/buffered_logger.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/class/attribute_accessors' + module ActiveSupport # Inspired by the buffered logger idea by Ezra class BufferedLogger -- cgit v1.2.3