aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-08-06 22:51:24 -0300
committerYehuda Katz <wycats@gmail.com>2009-08-06 22:51:24 -0300
commit71638e6760bed0445e5fefc185924b07076fef47 (patch)
tree280bf8b9669322d1618b1c5a0a432d3eb0bd5fa3 /actionpack/lib/action_controller/metal.rb
parent16c01224cbe503ab1f4d0f02955b16662be00116 (diff)
downloadrails-71638e6760bed0445e5fefc185924b07076fef47.tar.gz
rails-71638e6760bed0445e5fefc185924b07076fef47.tar.bz2
rails-71638e6760bed0445e5fefc185924b07076fef47.zip
Move AbstractController to a top-level component
Diffstat (limited to 'actionpack/lib/action_controller/metal.rb')
-rw-r--r--actionpack/lib/action_controller/metal.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal.rb b/actionpack/lib/action_controller/metal.rb
index 82d05414b9..5333ca497c 100644
--- a/actionpack/lib/action_controller/metal.rb
+++ b/actionpack/lib/action_controller/metal.rb
@@ -1,5 +1,3 @@
-require 'action_controller/abstract'
-
module ActionController
# ActionController::Metal provides a way to get a valid Rack application from a controller.
#