From 3def3c509c648ce6eec743d65629ce7496225d8d Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Sun, 7 Aug 2016 19:12:10 +0200 Subject: [PATCH] Add back unintentionally removed newline. --- actionpack/lib/action_controller/log_subscriber.rb | 1 + 1 file changed, 1 insertion(+) 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 @@ def #{method}(event) end METHOD end + def logger ActionController::Base.logger end