Displaying 1 result from an estimated 1 matches for "t6mwkptng9huczpvpmw".
2006 Aug 27
3
n-to-m relationships in Forms
Hi,
I can''t understand the RoR-API concerning certain form helpers. Can you
maybe help me?
I have a model, Film, with a habtm-relationship to the model Language.
Now if I want to have a form for editing/creating a Film, I''d like to
have checkboxes for each Language with those checked that are associated
with the Film in question.
Is there an "easy" way to do this