remove unnecessary ruby 1.8 reference from active_record/core [ci skip]

This commit is contained in:
Francesco Rodriguez 2012-05-26 22:51:26 -05:00
parent 55c05276c7
commit 4df16f3f3d

@ -10,9 +10,10 @@ module Core
included do
##
# :singleton-method:
# Accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class,
# which is then passed on to any new database connections made and which can be retrieved on both
# a class and instance level by calling +logger+.
#
# Accepts a logger conforming to the interface of Log4r which is then
# passed on to any new database connections made and which can be
# retrieved on both a class and instance level by calling +logger+.
config_attribute :logger, :global => true
##