aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-05-06 11:46:26 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2016-05-06 11:46:26 +0200
commit254f57ca3668398a5fcfd4f63be5d91c4c3b1cd4 (patch)
tree074c2be024b94fee95131946472c2d4eaa78d716 /guides
parent58a221278897a66bf8b9c909389da40ac2c5e534 (diff)
parentbf79bc039570df2e75a6d53a07a08268edf99b4e (diff)
downloadrails-254f57ca3668398a5fcfd4f63be5d91c4c3b1cd4.tar.gz
rails-254f57ca3668398a5fcfd4f63be5d91c4c3b1cd4.tar.bz2
rails-254f57ca3668398a5fcfd4f63be5d91c4c3b1cd4.zip
Merge pull request #24881 from prathamesh-sonpatki/add-24866-to-relaese-notes
[ci skip] Release notes: Add PR #24866 to release notes
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md4
1 files changed, 4 insertions, 0 deletions
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
-------------