From 8689989a52fb673650c45322f060093678c6b91e Mon Sep 17 00:00:00 2001 From: Carlhuda Date: Fri, 26 Feb 2010 17:31:32 -0800 Subject: Make ActionController::Routing::Routes a DeprecatedProxy --- actionpack/lib/action_controller/deprecated.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_controller/deprecated.rb') 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 -- cgit v1.2.3