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

Ticket #10670 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[PATCH][DOCFIX] ActiveResource custom methods docs has a duplicated POST method

Reported by: l.guidi Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveResource Version: edge
Severity: normal Keywords: patch docfix activeresource
Cc:

Description

In ActiveResource's custom methods documentation POST method is duplicated and REMOVE it isn't mentioned.

Attachments

active_resource_custom_methods_docfix.diff (0.8 kB) - added by l.guidi on 01/02/08 10:02:50.

Change History

01/02/08 10:02:50 changed by l.guidi

  • attachment active_resource_custom_methods_docfix.diff added.

01/02/08 19:27:33 changed by rick

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

(In [8528]) Fix small documentation typo. Closes #10670 [l.guidi]