aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-20 10:46:27 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-20 10:46:27 -0500
commitdf68cae0c0837fbf23fdfc3f04162307ffa8f2c1 (patch)
treef827d3eeb9116967531fe962bcbcddc7fb40459a /actionpack/lib/action_controller.rb
parent35576a237e2c721dca8be0f8f0d653ae8bc07389 (diff)
downloadrails-df68cae0c0837fbf23fdfc3f04162307ffa8f2c1.tar.gz
rails-df68cae0c0837fbf23fdfc3f04162307ffa8f2c1.tar.bz2
rails-df68cae0c0837fbf23fdfc3f04162307ffa8f2c1.zip
Group together all the old routing dsl logic
Diffstat (limited to 'actionpack/lib/action_controller.rb')
-rw-r--r--actionpack/lib/action_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb
index b5091f39f9..9db1a71202 100644
--- a/actionpack/lib/action_controller.rb
+++ b/actionpack/lib/action_controller.rb
@@ -26,7 +26,6 @@ module ActionController
autoload :PerformanceTest, 'action_controller/deprecated/performance_test'
autoload :PolymorphicRoutes, 'action_controller/polymorphic_routes'
autoload :RecordIdentifier, 'action_controller/record_identifier'
- autoload :Resources, 'action_controller/deprecated'
autoload :Routing, 'action_controller/deprecated'
autoload :SessionManagement, 'action_controller/metal/session_management'
autoload :TestCase, 'action_controller/testing/test_case'