1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Release notes: Add PR #24866 to release notes

This commit is contained in:
Prathamesh Sonpatki 2016-05-05 23:02:38 -05:00
parent 58a2212788
commit bf79bc0395
No known key found for this signature in database
GPG key ID: 8B90F6B89E2BCB71
2 changed files with 5 additions and 1 deletions

View file

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

View file

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