Closed gaboesquivel closed 10 years ago
Hi, I'm trying to figure out how do a really really really really deep dup with deep_clonable ... this is the example provided pirate.dup :include => {:treasures => :gold_pieces} Is it possible include children of :gold_pieces ? thanks
this should work: pirate.dup include: { treasures: { goldpieces: :sides } }?
Hi, I'm trying to figure out how do a really really really really deep dup with deep_clonable ... this is the example provided pirate.dup :include => {:treasures => :gold_pieces} Is it possible include children of :gold_pieces ? thanks