> Your approach doesn't look bad, but you could try using the > nested_attributes plugin.
I looked at nested_attributes. I fail to see how one can add new many_to_many associations using the plugins. I see that there are _delete/_destroy keys. Where do you intend the what's new?/what's to discard logic to sit? I would love to see a gist of an ideal many_to_many nesting, or at least the important fragments. > Also, note that the add_* association methods can take primary key > values directly, so you don't need to do the model lookup yourself. Thank you. I suspected this was unnecessary. Great work! Jamie -- 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.
