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

Ticket #8502 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Docs - flash.discard typo

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

Description

The docs for flash.discard mistakenly use a flash.keep example -- it looks like it was copy/pasted in and not changed. This corrects that and uses clearer wording about when flashes get discarded.

Attachments

fix_flash_discard_docs.diff (0.8 kB) - added by kampers on 05/29/07 02:15:09.
Tiny patch to fix a mistake in docs for flash.discard

Change History

05/29/07 02:15:09 changed by kampers

  • attachment fix_flash_discard_docs.diff added.

Tiny patch to fix a mistake in docs for flash.discard

05/29/07 02:42:35 changed by bitsweat

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

(In [6887]) Correct flash discard rdoc. Closes #8502 [kampers]