diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2015-02-28 10:36:29 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2015-02-28 10:36:29 +0000 |
commit | 0e2815a3f3fef2d9986501be1e62279adf53b89b (patch) | |
tree | 0f5e050296726eddfb99758155c0eacdd201280f /guides/source | |
parent | 3458873642182689e835be8643a50b7634c3e0f5 (diff) | |
parent | d495592541b031bc165c5fb0116a33e5cb943fb7 (diff) | |
download | rails-0e2815a3f3fef2d9986501be1e62279adf53b89b.tar.gz rails-0e2815a3f3fef2d9986501be1e62279adf53b89b.tar.bz2 rails-0e2815a3f3fef2d9986501be1e62279adf53b89b.zip |
Merge pull request #19120 from yui-knk/fix/md_table
[ci skip] Fix table of 4_1_release_notes.md
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/4_1_release_notes.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 8d5557be6e..6bf65757ec 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -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 |