Re: Multiple associations for same model.

2007-01-17 Thread Langdon Stevenson
Hi Tazz As you suggested in your previous post, using HasAndBelongsToMany is the logical solution here. I did a similar thing for a computer magazine that I built a site for. Each dealer sells one or more of the standard product types that the magazine lists. In the Dealer edit page I just p

Multiple associations for same model.

2007-01-17 Thread Tazz
One more think my record shop... Each release may have multiple styles of music. I wan' t to create the following columns on my release table: Style1, Style2, Style3 And then create the proper associations. Do you guys recommend another way? Although I prefer the above to make the data entry e