I'd like to use a drop down select field to add multiple categories to my model (has_many relationship) using nested forms in Rails 2.3.2. I can get it to work fine with straight text fields, but no matter what I do with select elements I always end up with "undefined method `merge' for #<Array:0x2246420>"
Does anyone have a working example of using nested forms with select? Thank you --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

