aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/benchmarker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/abstract/benchmarker.rb')
-rw-r--r--actionpack/lib/action_controller/abstract/benchmarker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/abstract/benchmarker.rb b/actionpack/lib/action_controller/abstract/benchmarker.rb
index 6999329144..07294cede3 100644
--- a/actionpack/lib/action_controller/abstract/benchmarker.rb
+++ b/actionpack/lib/action_controller/abstract/benchmarker.rb
@@ -2,7 +2,7 @@ module AbstractController
module Benchmarker
extend ActiveSupport::Concern
- depends_on Logger
+ include Logger
module ClassMethods
def benchmark(title, log_level = ::Logger::DEBUG, use_silence = true)