Skip to content

Commit

Permalink
remove unnecessary ruby 1.8 reference from active_record/core [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed May 27, 2012
1 parent 55c0527 commit 4df16f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions activerecord/lib/active_record/core.rb
Expand Up @@ -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

##
Expand Down

0 comments on commit 4df16f3

Please sign in to comment.