Created
January 18, 2013 22:03
-
-
Save yelvert/4569034 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Document.where('created_at > "2012-1-1 00:00:00"').order('created_at').as_batches(batch_size: 200) do |yolo| | |
yolo.create_or_set_patient && yolo.save rescue next | |
end;nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment