mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix table of 4_1_release_notes.md
This commit is contained in:
parent
3458873642
commit
d495592541
1 changed files with 9 additions and 9 deletions
|
@ -317,15 +317,15 @@ for detailed changes.
|
|||
|
||||
* Removed deprecated constants from Action Controller:
|
||||
|
||||
| Removed | Successor |
|
||||
|:-----------------------------------|:--------------------------------|
|
||||
| ActionController::AbstractRequest | ActionDispatch::Request |
|
||||
| ActionController::Request | ActionDispatch::Request |
|
||||
| ActionController::AbstractResponse | ActionDispatch::Response |
|
||||
| ActionController::Response | ActionDispatch::Response |
|
||||
| ActionController::Routing | ActionDispatch::Routing |
|
||||
| ActionController::Integration | ActionDispatch::Integration |
|
||||
| ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
|
||||
| Removed | Successor |
|
||||
|:-----------------------------------|:--------------------------------|
|
||||
| ActionController::AbstractRequest | ActionDispatch::Request |
|
||||
| ActionController::Request | ActionDispatch::Request |
|
||||
| ActionController::AbstractResponse | ActionDispatch::Response |
|
||||
| ActionController::Response | ActionDispatch::Response |
|
||||
| ActionController::Routing | ActionDispatch::Routing |
|
||||
| ActionController::Integration | ActionDispatch::Integration |
|
||||
| ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
|
||||
|
||||
### Notable changes
|
||||
|
||||
|
|
Loading…
Reference in a new issue