Skip to content

Commit

Permalink
Merge pull request #3963 from lest/logger-missing-require
Browse files Browse the repository at this point in the history
missing require in buffered logger
  • Loading branch information
josevalim committed Dec 13, 2011
2 parents 80256ab + d060d6d commit 1668b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/buffered_logger.rb
@@ -1,5 +1,6 @@
require 'thread'
require 'logger'
require 'active_support/core_ext/logger'
require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/deprecation'
require 'fileutils'
Expand Down

0 comments on commit 1668b90

Please sign in to comment.