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

Ticket #8648 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] open_id_authentication documentation fix for singular resource session

Reported by: deepblue Assigned to: core
Priority: normal Milestone: 1.x
Component: Plugins Version: edge
Severity: normal Keywords: tiny documentation open_id_authentication plugin
Cc:

Description

After the changeset [6922], map.resource :session routes to SessionsController. So open_id_authentication plugin's README should be fixed.

Attachments

documentation_patch_for_open_id_authentication.diff (0.7 kB) - added by deepblue on 06/14/07 03:13:53.

Change History

06/14/07 03:13:53 changed by deepblue

  • attachment documentation_patch_for_open_id_authentication.diff added.

06/14/07 06:23:31 changed by bitsweat

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

(In [7022]) Update README to reflect pluralized controller name for singleton resources. Closes #8648 [deepblue]