Improve documentation for controller how to get included helpers [ci skip]

Closes #11671
This commit is contained in:
Paul Nikitochkin 2013-07-30 21:30:10 +03:00
parent 77cf5cfc74
commit 63ba124fa4

@ -5,7 +5,7 @@ module ActionController
#
# In addition to using the standard template helpers provided, creating custom helpers to
# extract complicated logic or reusable functionality is strongly encouraged. By default, each controller
# will include all helpers.
# will include all helpers. These helpers are only accessible on the controller through <tt>.helpers</tt>
#
# In previous versions of \Rails the controller will include a helper whose
# name matches that of the controller, e.g., <tt>MyController</tt> will automatically