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

Ticket #784 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[PATCH] Allowing id's to be passed to components

Reported by: Lucas Carlson <lucas@rufy.com> Assigned to: David
Priority: normal Milestone:
Component: ActionPack Version: 0.10.0
Severity: normal Keywords:
Cc:

Description

Currently, you can not pass id's to components. This seems like an arbitrary limitation. Here is a patch that allows id's.

Attachments

components_id.diff (0.7 kB) - added by Lucas Carlson <lucas@rufy.com> on 03/05/05 21:42:38.

Change History

03/05/05 21:42:38 changed by Lucas Carlson <lucas@rufy.com>

  • attachment components_id.diff added.

03/06/05 17:27:35 changed by david

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

You always had the option of going through :params (updated the docs to make that more clear), but this shortcut is good too.