From 65e18af03a416c20e13fce5677ebe8de82aa0f7c Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Fri, 26 Oct 2007 01:04:40 +0000 Subject: Fix incorrect path in helper rdoc. Closes #9926 [viktor tron] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8019 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/helpers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/helpers.rb b/actionpack/lib/action_controller/helpers.rb index 0e71832144..a1fba0c8a0 100644 --- a/actionpack/lib/action_controller/helpers.rb +++ b/actionpack/lib/action_controller/helpers.rb @@ -87,8 +87,8 @@ module ActionController #:nodoc: # When the argument is a +Module+, it will be included directly in the template class. # helper FooHelper # => includes FooHelper # - # When the argument is the symbol :all, the controller will includes all helpers from - # app/views/helpers/**/*.rb under +RAILS_ROOT+. + # When the argument is the symbol :all, the controller will include all helpers from + # app/helpers/**/*.rb under +RAILS_ROOT+. # helper :all # # Additionally, the +helper+ class method can receive and evaluate a block, making the methods defined available -- cgit v1.2.3