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:
parent
ef08aa45b1
commit
13bb6a9a99
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require 'action_controller/deprecated'
|
||||
require 'set'
|
||||
|
||||
module ActionController #:nodoc:
|
||||
|
|
2
actionpack/lib/action_controller/deprecated.rb
Normal file
2
actionpack/lib/action_controller/deprecated.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
ActionController::AbstractRequest = ActionController::Request = ActionDispatch::Request
|
||||
ActionController::AbstractResponse = ActionController::Response = ActionDispatch::Response
|
Loading…
Reference in a new issue