aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/renderer.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-09 14:50:01 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-09 16:47:39 -0700
commitacb244778587ff400f5b1d54e27028a2dae91101 (patch)
tree1f5ef2834fed591730bf6c3ce76333151fd4479a /actionpack/lib/action_controller/abstract/renderer.rb
parentd7e0cb05cc8adad430d0e97efef1608eef58db80 (diff)
downloadrails-acb244778587ff400f5b1d54e27028a2dae91101.tar.gz
rails-acb244778587ff400f5b1d54e27028a2dae91101.tar.bz2
rails-acb244778587ff400f5b1d54e27028a2dae91101.zip
Write documentation for AbstractController::Helpers
Diffstat (limited to 'actionpack/lib/action_controller/abstract/renderer.rb')
-rw-r--r--actionpack/lib/action_controller/abstract/renderer.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/abstract/renderer.rb b/actionpack/lib/action_controller/abstract/renderer.rb
index 28bdda4a75..611d3a16ce 100644
--- a/actionpack/lib/action_controller/abstract/renderer.rb
+++ b/actionpack/lib/action_controller/abstract/renderer.rb
@@ -29,6 +29,9 @@ module AbstractController
# partial<Boolean>:: Whether or not the template to render is a partial
# _partial:: If a partial, rather than a template, was rendered, return
# the partial.
+ # helpers:: A module containing the helpers to be used in the view. This
+ # module should respond_to include.
+ # controller:: The controller that initialized the ActionView
#
# Override this method in a to change the default behavior.
def _action_view