Skip to content

Commit 4df16f3

Browse files
author
Francesco Rodriguez
committed
remove unnecessary ruby 1.8 reference from active_record/core [ci skip]
1 parent 55c0527 commit 4df16f3

File tree

1 file changed

+4
-3
lines changed
  • activerecord/lib/active_record

1 file changed

+4
-3
lines changed

activerecord/lib/active_record/core.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ module Core
1010
included do
1111
##
1212
# :singleton-method:
13-
# Accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class,
14-
# which is then passed on to any new database connections made and which can be retrieved on both
15-
# a class and instance level by calling +logger+.
13+
#
14+
# Accepts a logger conforming to the interface of Log4r which is then
15+
# passed on to any new database connections made and which can be
16+
# retrieved on both a class and instance level by calling +logger+.
1617
config_attribute :logger, :global => true
1718

1819
##

0 commit comments

Comments
 (0)