aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/buffered_logger.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-28 23:37:32 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-28 23:37:32 -0700
commit1321b372122c130e21397051db7a36594f5d660d (patch)
tree75e4b8ba7213eb7f35ea8e404f2375b5abdd13d3 /activesupport/lib/active_support/buffered_logger.rb
parent47c7177ef555b70204adf9e6c0e6995f6d1d2231 (diff)
downloadrails-1321b372122c130e21397051db7a36594f5d660d.tar.gz
rails-1321b372122c130e21397051db7a36594f5d660d.tar.bz2
rails-1321b372122c130e21397051db7a36594f5d660d.zip
Explict class attribute accessor dependency
Diffstat (limited to 'activesupport/lib/active_support/buffered_logger.rb')
-rw-r--r--activesupport/lib/active_support/buffered_logger.rb2
1 files changed, 2 insertions, 0 deletions
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