aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-05-05 23:02:38 -0500
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-05-05 23:04:30 -0500
commitbf79bc039570df2e75a6d53a07a08268edf99b4e (patch)
tree074c2be024b94fee95131946472c2d4eaa78d716
parent58a221278897a66bf8b9c909389da40ac2c5e534 (diff)
downloadrails-bf79bc039570df2e75a6d53a07a08268edf99b4e.tar.gz
rails-bf79bc039570df2e75a6d53a07a08268edf99b4e.tar.bz2
rails-bf79bc039570df2e75a6d53a07a08268edf99b4e.zip
Release notes: Add PR #24866 to release notes
-rw-r--r--actionpack/CHANGELOG.md2
-rw-r--r--guides/source/5_0_release_notes.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 9b902b46a2..49866d0d03 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Add `ActionController#helpers` to get access to the view context in the controller
+* Add `ActionController#helpers` to get access to the view context at the controller
level.
*Rafael Mendonça França*
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 8d8aeff63f..bacd4cd906 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -297,6 +297,10 @@ Please refer to the [Changelog][action-pack] for detailed changes.
([Pull Request](https://github.com/rails/rails/pull/23827))
+* Add `ActionController#helpers` to get access to the view context
+ at the controller level.
+ ([Pull Request](https://github.com/rails/rails/pull/24866))
+
Action View
-------------