File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
activerecord/lib/active_record Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ module Core
15
15
##
16
16
# :singleton-method:
17
17
#
18
- # Accepts a logger conforming to the interface of Log4r which is then
19
- # passed on to any new database connections made and which can be
20
- # retrieved on both a class and instance level by calling +logger+.
18
+ # Accepts a logger conforming to the interface of Log4r or the default
19
+ # Ruby +Logger+ class, which is then passed on to any new database
20
+ # connections made. You can retrieve this logger by calling +logger+ on
21
+ # either an Active Record model class or an Active Record model instance.
21
22
class_attribute :logger , instance_writer : false
22
23
23
24
class_attribute :_destroy_association_async_job , instance_accessor : false , default : "ActiveRecord::DestroyAssociationAsyncJob"
You can’t perform that action at this time.
0 commit comments