aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-11-25 04:30:15 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2014-11-25 04:33:56 -0800
commit4d3742c1d3c58ebad6a48e53c3d7bbd1651efa5f (patch)
treea791daffe4c845148f1dc99db5d49df578f91199 /guides
parentd3dafaa0b30e9662555fe82b6095e41bb880432b (diff)
downloadrails-4d3742c1d3c58ebad6a48e53c3d7bbd1651efa5f.tar.gz
rails-4d3742c1d3c58ebad6a48e53c3d7bbd1651efa5f.tar.bz2
rails-4d3742c1d3c58ebad6a48e53c3d7bbd1651efa5f.zip
Cross link to upgrade guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 26142cd212..02857ec710 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -383,7 +383,8 @@ Please refer to the [Changelog][action-pack] for detailed changes.
* `respond_with` and the class-level `respond_to` were removed from Rails and
moved to the `responders` gem (version 2.0). Add `gem 'responders', '~> 2.0'`
to your `Gemfile` to continue using these features.
- ([Pull Request](https://github.com/rails/rails/pull/16526))
+ ([Pull Request](https://github.com/rails/rails/pull/16526),
+ [More Details](http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#responders))
* Removed deprecated `AbstractController::Helpers::ClassMethods::MissingHelperError`
in favor of `AbstractController::Helpers::MissingHelperError`.