Add missing require

Commit cfa35c55bb38b27af305ad21408e181bc3cd739e removed the
buffered_logger from AS, which required the logger file. Now we need to
add the proper require here.
This commit is contained in:
Carlos Antonio da Silva 2013-07-01 20:49:15 -03:00
parent d094aaad19
commit 9d0a65320f

@ -1,4 +1,5 @@
require 'active_support/log_subscriber'
require 'active_support/logger'
require 'active_support/notifications'
module ActiveSupport