Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Created February 3, 2011 09:01
Show Gist options
  • Save kkozmic/809237 to your computer and use it in GitHub Desktop.
Save kkozmic/809237 to your computer and use it in GitHub Desktop.
Order.transaction do
(1..100).each do |i|
Order.create(:name => "Customer #{i}", :address => "#{i} main street", :email => "customer-#{i}@gmail.com", :pay_type => "Check")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment