[ci skip] Fix table of 4_1_release_notes.md

This commit is contained in:
yui-knk 2015-02-28 18:24:15 +09:00
parent 3458873642
commit d495592541
1 changed files with 9 additions and 9 deletions

View File

@ -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