Does this gem support the option to clone a set of children to a different model? Say a `Template` has many `Frames`, and `Frames` have many `FrameVariables`. Can I clone those `Frames` and `FrameVariables` to a new `Document`?
Does this gem support the option to clone a set of children to a different model?
Say a
Templatehas manyFrames, andFrameshave manyFrameVariables. Can I clone thoseFramesandFrameVariablesto a newDocument?