From 63ba124fa4b29fc317c4103c9cd6b05220c6bbd2 Mon Sep 17 00:00:00 2001 From: Paul Nikitochkin Date: Tue, 30 Jul 2013 21:30:10 +0300 Subject: Improve documentation for controller how to get included helpers [ci skip] Closes #11671 --- actionpack/lib/action_controller/metal/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/metal') diff --git a/actionpack/lib/action_controller/metal/helpers.rb b/actionpack/lib/action_controller/metal/helpers.rb index 243fd40a7e..b53ae7f29f 100644 --- a/actionpack/lib/action_controller/metal/helpers.rb +++ b/actionpack/lib/action_controller/metal/helpers.rb @@ -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 .helpers # # In previous versions of \Rails the controller will include a helper whose # name matches that of the controller, e.g., MyController will automatically -- cgit v1.2.3