does your solution require a book_association model? i wanted the new association of associations to be generic and not need a model or a controller. by generic i mean it should handle other asociations like dogs_persons autos_persons as well. all i really want to do is be able to associate records in a table with other association records not restricted to any model or type. i envision the table as having a field that knows the name of the association (persons_books) and then a concatentated key of the 2 associated records (46_100 where 46 is index of person and 100 is index of book). also there can be more than one of these records associated with the unique record persons_books:46_100.
-- 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.

