zorab47/active_admin-duplicatable

How to duplicate associations related to the record is being duplicated?

habibaz opened this issue · 1 comments

In my current structure, I have 3 has many association with the model I want to duplicate. How to I make sure the has many associations and their nested associations are getting duplicate as well?

Really appreciate a quick reply.

Depends on how you implement duplication. I've used Amoeba gem to make it easier to copy dependent records.