aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/logger.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-18 16:15:43 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-18 17:33:45 -0700
commit07f733c6315980bde120c98c6b8a25e2773ee6bf (patch)
tree2b6fce7621af540ee6b4b07388c58cacd3a83481 /actionpack/lib/action_controller/abstract/logger.rb
parentee5520a0a5ea83843ce88f6b9550e3c36b8cdd49 (diff)
downloadrails-07f733c6315980bde120c98c6b8a25e2773ee6bf.tar.gz
rails-07f733c6315980bde120c98c6b8a25e2773ee6bf.tar.bz2
rails-07f733c6315980bde120c98c6b8a25e2773ee6bf.zip
Ported simple benchmarking in new base
Diffstat (limited to 'actionpack/lib/action_controller/abstract/logger.rb')
-rw-r--r--actionpack/lib/action_controller/abstract/logger.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/abstract/logger.rb b/actionpack/lib/action_controller/abstract/logger.rb
index 750a5c9fb6..980ede0bed 100644
--- a/actionpack/lib/action_controller/abstract/logger.rb
+++ b/actionpack/lib/action_controller/abstract/logger.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/class/attribute_accessors'
+require 'active_support/core_ext/logger'
module AbstractController
module Logger