mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
12db1a39cd
This brings back the deprecated modules from ActionController, because they didn't have any deprecation warning.
3 lines
No EOL
230 B
Ruby
3 lines
No EOL
230 B
Ruby
ActionController::AbstractRequest = ActionController::Request = ActionDispatch::Request
|
|
ActionController::AbstractResponse = ActionController::Response = ActionDispatch::Response
|
|
ActionController::Routing = ActionDispatch::Routing |