Displaying 1 result from an estimated 1 matches for "taxon_toxin_citation".
Did you mean:
taxon_toxin_citations
2007 Oct 18
0
Getting the through items from a has_many :through :uniq relationship
Getting the through items from a has_many :through :uniq relationship
In a nutshell, I have been using the has_many :through :uniq
relationship, and I want a DRY way to list the join model objects.
Currently, my objects include taxon objects, toxin objects,
data_object objects, and taxon_toxin_citation objects ("citation" is
another word for data_object). A taxon has many data objects, has many
taxon_toxin_citations, and has many toxins through
taxon_toxin_citations. As well as a taxon causing many toxins, a toxin
can be caused by many taxa. And there are many taxon_toxin_citations
link...