Ar Chron wrote: > Then you may want to look at has_many_polymorphs... (I've always found > the minimalist HABTM to be insufficient - people always want to know who > related something, and when, so my join tables are always full models of > their own) >
right this sounds like what i need to do. so your association tables (AB and AC) have their own unique ids? Xlink is the polymorphic link from AB and AC to the X table elements? so the Xlink table will have an xlinkable type and id along with the X table id? thanks. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

