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

Ticket #7022 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Docs for association cardinality basics

Reported by: hasmanyjosh Assigned to: nzkoz
Priority: normal Milestone: 1.x
Component: ActiveRecord Version:
Severity: normal Keywords: docs
Cc: bitsweat

Description

Docs needed some basic info on mapping relationship cardinality to assocations.

Attachments

association_cardinality_docs.diff (3.1 kB) - added by hasmanyjosh on 01/13/07 19:01:01.
Addition to associations overview section.

Change History

01/13/07 19:01:01 changed by hasmanyjosh

  • attachment association_cardinality_docs.diff added.

Addition to associations overview section.

01/13/07 19:55:49 changed by nzkoz

  • owner changed from core to nzkoz.
  • status changed from new to assigned.

01/14/07 10:06:57 changed by bitsweat

  • cc set to bitsweat.

Nice! Good update.

01/15/07 06:43:49 changed by nzkoz

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

(In [5939]) Improve association documentation, closes #7022. [hasmanyjosh]