On Feb 14, 1:50 pm, Josh Bassett <[email protected]> wrote: > Howdy, > > I've been trying to use the nested_attributes plugin for a particular > use-case: I want to create a nested model *and* specify its primary > key.
Do you have unrestrict_primary_key for the associated model class? If not, you should: Album.unrestrict_primary_key Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-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/sequel-talk?hl=en.
