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

Ticket #7160 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH] documentation patch for path_parameters method

Reported by: akaspick Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs
Cc:

Description

Documentation patch for path_parameters.

path_parameters doesn't return a hash with symbolized keys as the example shows.

The patch fixes the example and refers to the symbolized_path_parameters method.

Attachments

doc_patch.diff (0.8 kB) - added by akaspick on 01/18/07 07:32:39.

Change History

01/18/07 07:32:39 changed by akaspick

  • attachment doc_patch.diff added.

06/08/07 01:06:13 changed by josh

  • keywords changed from tiny documentation to docs.
  • version set to edge.
  • summary changed from [PATCH] [Tiny] [Docs] documentation patch for path_parameters method to [PATCH] documentation patch for path_parameters method.

(Cleaned up keywords: documentation patches only need 'docs')

12/05/07 22:04:06 changed by marcel

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

(In [8314]) Correct example for path parameters to use strings as keys in the hash rather than symbols. Closes #7160 [akaspick]