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?
Can you possibly post some sample code so that we can see how your
select lists are defined and how your controller is attaching the
categories to your object? It might be a fairly easy fix to point out.