mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Improve documentation for controller how to get included helpers [ci skip]
Closes #11671
This commit is contained in:
parent
77cf5cfc74
commit
63ba124fa4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue