aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-09 20:47:33 +0100
committerJosé Valim <jose.valim@gmail.com>2011-12-09 21:42:18 +0100
commitab30570b69e6118bbfbd8dfaa7577668b34e5eaf (patch)
treea3bb7b874950ae2f65273fe4180de4abb529e33f /actionpack/lib/action_controller/base.rb
parent5b82f50feff3c80cbe7a7ae33b078baa1515150a (diff)
downloadrails-ab30570b69e6118bbfbd8dfaa7577668b34e5eaf.tar.gz
rails-ab30570b69e6118bbfbd8dfaa7577668b34e5eaf.tar.bz2
rails-ab30570b69e6118bbfbd8dfaa7577668b34e5eaf.zip
Fix extend -> include.
Diffstat (limited to 'actionpack/lib/action_controller/base.rb')
-rw-r--r--actionpack/lib/action_controller/base.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index 335b4e8cb8..98bfe72fef 100644
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -208,8 +208,6 @@ module ActionController
HttpAuthentication::Digest::ControllerMethods,
HttpAuthentication::Token::ControllerMethods,
- ActiveSupport::Benchmarkable,
-
# Before callbacks should also be executed the earliest as possible, so
# also include them at the bottom.
AbstractController::Callbacks,