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

Ticket #7149 (closed enhancement: fixed)

Opened 2 years ago

Last modified 10 months ago

[PATCH] tiny documentation change to action_controller base

Reported by: stevenbristol Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version:
Severity: normal Keywords: documentation patch
Cc:

Description

Added a redirect_to example that uses a named route.

Attachments

controller.base.diff (441 bytes) - added by stevenbristol on 01/18/07 01:30:53.

Change History

01/18/07 01:30:53 changed by stevenbristol

  • attachment controller.base.diff added.

12/05/07 22:08:01 changed by marcel

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

(In [8316]) Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol]