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

Ticket #10707 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[PATCH] Remove .build from has_many :through association methods table in docs

Reported by: GMFlash Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: normal Keywords: docs has_many :through build
Cc:

Description

This patch removes .build from the table of association methods for has_many :through docs.

Attachments

doc_remove_build_from_has_many_through_methods_table.diff (0.8 kB) - added by GMFlash on 01/05/08 02:10:40.

Change History

01/05/08 02:10:40 changed by GMFlash

  • attachment doc_remove_build_from_has_many_through_methods_table.diff added.

01/05/08 02:15:07 changed by hasmanyjosh

+1

01/05/08 02:21:28 changed by bitsweat

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

(In [8562]) Document that .build doesn't apply to has_many :through associations. Closes #10707 [GMFlash]