mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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
This commit is contained in:
parent
4d2ae8a699
commit
65e18af03a
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Fix incorrect path in helper rdoc. Closes #9926 [viktor tron]
|
||||
|
||||
* Partials also set 'object' to the default partial variable. #8823 [Nick Retallack, Jeremy Kemper]
|
||||
|
||||
* Request profiler. [Jeremy Kemper]
|
||||
|
|
|
@ -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 <tt>:all</tt>, the controller will includes all helpers from
|
||||
# <tt>app/views/helpers/**/*.rb</tt> under +RAILS_ROOT+.
|
||||
# When the argument is the symbol <tt>:all</tt>, the controller will include all helpers from
|
||||
# <tt>app/helpers/**/*.rb</tt> under +RAILS_ROOT+.
|
||||
# helper :all
|
||||
#
|
||||
# Additionally, the +helper+ class method can receive and evaluate a block, making the methods defined available
|
||||
|
|
Loading…
Reference in a new issue