Skip to content

Instantly share code, notes, and snippets.

@l4u
Created July 25, 2012 12:38
Show Gist options
  • Save l4u/3175950 to your computer and use it in GitHub Desktop.
Save l4u/3175950 to your computer and use it in GitHub Desktop.
Mongoid clone objects
original = Model.first
new = Model.new original.attributes.reject {|key| key == '_id'}
new.save!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment