Hello, I got the following application: http://pastie.org/901794 (I pasted only the most relevant parts.) It gives an error, while I try to submit the form, specifically: ActiveRecord::AssociationTypeMismatch in BeiratkozasController#create Modul(#51370284) expected, got String(#35011620)
It also does this if I change html << radio_button(model_name, method, option) to html << radio_button(model_name, method, option.id). It generates the form, and the form works if I comment out the helper, so it adds the other fields to the database (those fields are not included in the pastie for length issues), but it fails while I wish to add the "modul". Thanks a thousand times and happy Easter! Peter -- 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.

