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

Ticket #10610 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH][DOC] Document :include is not allowed in polymorphic associations

Reported by: fxn Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: normal Keywords:
Cc:

Description

This doc patch documents that :include is not allowed in polymorphic associations and explains why.

Attachments

document_include_does_not_work_with_polymorphic_associations.diff (2.2 kB) - added by fxn on 12/25/07 00:15:16.

Change History

12/25/07 00:15:16 changed by fxn

  • attachment document_include_does_not_work_with_polymorphic_associations.diff added.

12/27/07 10:16:33 changed by farleyknight

+1 Good to know

12/28/07 21:26:49 changed by fcheung

+1 extra doc is always good!

01/04/08 23:21:55 changed by bitsweat

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

(In [8556]) Document that eager loading doesn't work with polymorphic associations. Closes #10610 [Xavier Noria]