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

Ticket #9926 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH][TINY] error in actionpack helper doc

Reported by: viktor tron Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: minor Keywords: tiny typo doc
Cc:

Description

# 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+. # helper :all

the current behaviour is that helper :all loads all helpers from app/helpers/**/*.rb

BUT: since these helpers are for templates, maybe in fact it should be under views? anyway the patch updates the doc to the current behaviour

Attachments

typo_action_controller_helper_doc.diff (0.7 kB) - added by viktor tron on 10/18/07 22:39:52.
tiny patch

Change History

10/18/07 22:39:52 changed by viktor tron

  • attachment typo_action_controller_helper_doc.diff added.

tiny patch

10/26/07 01:03:12 changed by marcel

  • status changed from new to closed.
  • resolution set to fixed.

10/26/07 01:04:43 changed by marcel

(In [8019]) Fix incorrect path in helper rdoc. Closes #9926 [viktor tron]