1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/deprecated.rb

6 lines
337 B
Ruby
Raw Normal View History

ActionController::AbstractRequest = ActionController::Request = ActionDispatch::Request
ActionController::AbstractResponse = ActionController::Response = ActionDispatch::Response
2009-10-20 11:14:46 -04:00
ActionController::Routing = ActionDispatch::Routing
2010-02-24 19:01:03 -05:00
# ROUTES TODO: Figure out how to deprecate this.
# ActionController::UrlWriter = ActionController::UrlFor