mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This brings back the deprecated modules from ActionController, because they didn't have any deprecation warning.
3 lines
128 B
Ruby
3 lines
128 B
Ruby
ActionController::Integration = ActionDispatch::Integration
|
|
ActionController::IntegrationTest = ActionDispatch::IntegrationTest
|