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

Ticket #11506 (new enhancement)

Opened 2 months ago

Duplicate method_missing for HasManyThroughAssociation

Reported by: methodmissing Assigned to: core
Priority: normal Milestone: 2.1
Component: ActiveRecord Version: edge
Severity: normal Keywords: method_missing has_many_through association collection
Cc:

Description

With changeset 9200, custom method_missing for HasManyThroughAssociation is not required - subclasses AssociationCollection

Attachments

duplicate_method_missing_for_has_many_through.diff (1.2 kB) - added by methodmissing on 04/02/08 01:52:23.
Diff with enhancement

Change History

04/02/08 01:52:23 changed by methodmissing

  • attachment duplicate_method_missing_for_has_many_through.diff added.

Diff with enhancement