Ticket #396 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Possible Documentation Error

Reported by: me..@taylorw.com Assigned to:
Priority: medium Milestone: 0.4.2
Component: Documentation Keywords:
Cc:

Description

I believe that the some of the documentation for url() involving nested resources is incorrect. I'll look at the specs in the morning, but from my testing it appears my changes are correct.

For example url(:new_comment, :blogpost => @post) # => /blogposts/1/comments/new Should be: url(:new_comment, :blogpost_id => @post) # => /blogposts/1/comments/new

--Taylor

Attachments

general_controller_doc.diff (1.2 kB) - added by me..@taylorw.com on 01/03/08 19:24:54.
Documentation diff.

Change History

01/03/08 19:24:54 changed by me..@taylorw.com

  • attachment general_controller_doc.diff added.

Documentation diff.

01/04/08 06:04:06 changed by me..@taylorw.com

  • milestone changed from 0.5.0 to 0.4.2.

01/06/08 15:44:22 changed by e.@brainspl.at

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

(In [1188]) fix doc bug form url() closes #396 [me..@taylorw.com]