Skip to content

Instantly share code, notes, and snippets.

@stoplion
Created March 9, 2012 19:51
Show Gist options
  • Save stoplion/2008323 to your computer and use it in GitHub Desktop.
Save stoplion/2008323 to your computer and use it in GitHub Desktop.
create applications
7.times do |a|
FactoryGirl.create_list(:job_application, SecureRandom.random_number(10)+1, created_at: a.days.ago, job_posting_id: 8103)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment