1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Explict class attribute accessor dependency

This commit is contained in:
Jeremy Kemper 2009-03-28 23:37:32 -07:00
parent 47c7177ef5
commit 1321b37212

View file

@ -1,3 +1,5 @@
require 'active_support/core_ext/class/attribute_accessors'
module ActiveSupport
# Inspired by the buffered logger idea by Ezra
class BufferedLogger