Hi,
Say I have a blog post with comments in rails, how do I clone it so I have another blog post with comments, both stored as new objects in the database with their own ids?
I know about the clone command, but it doesn't seem to copy over the comments - only links to them.
Is there a plugin or an easy way to do this in rails?
Thanks!