Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8019

Show
Ignore:
Timestamp:
10/26/07 01:04:40 (11 months ago)
Author:
marcel
Message:

Fix incorrect path in helper rdoc. Closes #9926 [viktor tron]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r8018 r8019  
    11*SVN* 
     2 
     3* Fix incorrect path in helper rdoc. Closes #9926 [viktor tron] 
    24 
    35* Partials also set 'object' to the default partial variable.  #8823 [Nick Retallack, Jeremy Kemper] 
  • trunk/actionpack/lib/action_controller/helpers.rb

    r7719 r8019  
    8888      #   helper FooHelper # => includes FooHelper 
    8989      # 
    90       # When the argument is the symbol <tt>:all</tt>, the controller will includes all helpers from  
    91       # <tt>app/views/helpers/**/*.rb</tt> under +RAILS_ROOT+. 
     90      # When the argument is the symbol <tt>:all</tt>, the controller will include all helpers from  
     91      # <tt>app/helpers/**/*.rb</tt> under +RAILS_ROOT+. 
    9292      #   helper :all 
    9393      #