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

Backwords compat alias for ActionController::Request and ActionController::Response

This commit is contained in:
Joshua Peek 2009-04-14 16:55:10 -05:00
parent ef08aa45b1
commit 13bb6a9a99
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
require 'action_controller/deprecated'
require 'set'
module ActionController #:nodoc:

View file

@ -0,0 +1,2 @@
ActionController::AbstractRequest = ActionController::Request = ActionDispatch::Request
ActionController::AbstractResponse = ActionController::Response = ActionDispatch::Response