aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-26 17:31:32 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-26 17:31:32 -0800
commit8689989a52fb673650c45322f060093678c6b91e (patch)
treeba9a519623b3b81fb40f4597b770a55c4c7744eb /actionpack/lib/action_controller/deprecated.rb
parent050831803a9e553ba392a73732b00528dfa8c6ad (diff)
downloadrails-8689989a52fb673650c45322f060093678c6b91e.tar.gz
rails-8689989a52fb673650c45322f060093678c6b91e.tar.bz2
rails-8689989a52fb673650c45322f060093678c6b91e.zip
Make ActionController::Routing::Routes a DeprecatedProxy
Diffstat (limited to 'actionpack/lib/action_controller/deprecated.rb')
-rw-r--r--actionpack/lib/action_controller/deprecated.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/deprecated.rb b/actionpack/lib/action_controller/deprecated.rb
index 6088d97abe..9f2de57033 100644
--- a/actionpack/lib/action_controller/deprecated.rb
+++ b/actionpack/lib/action_controller/deprecated.rb
@@ -1,5 +1,3 @@
ActionController::AbstractRequest = ActionController::Request = ActionDispatch::Request
ActionController::AbstractResponse = ActionController::Response = ActionDispatch::Response
ActionController::Routing = ActionDispatch::Routing
-# ROUTES TODO: Figure out how to deprecate this.
-# ActionController::UrlWriter = ActionController::UrlFor