diff options
-rw-r--r-- | actionpack/lib/action_controller/log_subscriber.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/log_subscriber.rb b/actionpack/lib/action_controller/log_subscriber.rb index 739a11679b..e09977d2cf 100644 --- a/actionpack/lib/action_controller/log_subscriber.rb +++ b/actionpack/lib/action_controller/log_subscriber.rb @@ -66,6 +66,7 @@ module ActionController end METHOD end + def logger ActionController::Base.logger end |