aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/deprecated.rb')
-rw-r--r--actionpack/lib/action_controller/deprecated.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/deprecated.rb b/actionpack/lib/action_controller/deprecated.rb
index 50c4058845..6088d97abe 100644
--- a/actionpack/lib/action_controller/deprecated.rb
+++ b/actionpack/lib/action_controller/deprecated.rb
@@ -1,4 +1,5 @@
ActionController::AbstractRequest = ActionController::Request = ActionDispatch::Request
ActionController::AbstractResponse = ActionController::Response = ActionDispatch::Response
ActionController::Routing = ActionDispatch::Routing
-ActionController::UrlWriter = ActionController::UrlFor
+# ROUTES TODO: Figure out how to deprecate this.
+# ActionController::UrlWriter = ActionController::UrlFor