/ Published in: Ruby
Expand |
Embed | Plain Text
ActiveRecord::Base.transaction do 100.times { Model.create(name: SecureRandom.base64(5)) } end
You need to login to post a comment.
ActiveRecord::Base.transaction do 100.times { Model.create(name: SecureRandom.base64(5)) } end
You need to login to post a comment.