We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c0527 commit 4df16f3Copy full SHA for 4df16f3
activerecord/lib/active_record/core.rb
@@ -10,9 +10,10 @@ module Core
10
included do
11
##
12
# :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+.
+ #
+ # Accepts a logger conforming to the interface of Log4r which is then
+ # passed on to any new database connections made and which can be
16
+ # retrieved on both a class and instance level by calling +logger+.
17
config_attribute :logger, :global => true
18
19
0 commit comments