I have bands, genres and bands_genres database tables with a HABTM relationship
I have a form for creating new bands and I want users to be able to select 3 genres from 3 different dropdown select menus.
How would I set up my form (and my create method) so that when the user selects those 3 genres, it correctly adds the relationship to my bands_genres table?
I'm running Rails 3.0.3.
