I''m looking for one decent example showing three associated tables in a has_many / through configuration where checkboxes show the status of the association, and can be used to select/deselect the association. Has such an example been published? Not the "habtm" examples, please. A many-to-many relatonship something like (for example): Actors <---> Roles <---> Stageplays Each actor can be in many stageplays. Each stageplay has many actors. And the "Roles" table can have extra info like dates, awards, etc. I''m looking for any "published" solution for "has_many through" relationships. Where modifying the status of a "has_many through" relationship (e.g., unchecking a checkbox) in the "view" ripples consistently through the view, the database, and all other associated views... Does such a solution exist? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---