diff options
-rw-r--r-- | actionpack/test/controller/log_subscriber_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/log_subscriber_test.rb b/actionpack/test/controller/log_subscriber_test.rb index 0deeb3865d..231283acdf 100644 --- a/actionpack/test/controller/log_subscriber_test.rb +++ b/actionpack/test/controller/log_subscriber_test.rb @@ -92,7 +92,7 @@ class ACLogSubscriberTest < ActionController::TestCase def setup super - @controller.enable_fragment_cache_logging = true + ActionController::Base.enable_fragment_cache_logging = true @old_logger = ActionController::Base.logger |