Skip to content

Instantly share code, notes, and snippets.

@andmcgregor
Created June 28, 2013 03:38
Show Gist options
  • Save andmcgregor/5882322 to your computer and use it in GitHub Desktop.
Save andmcgregor/5882322 to your computer and use it in GitHub Desktop.
500.times do
Post.create!(title: Faker::Company.catch_phrase,
body: Faker::Lorem.paragraphs(4)).tags << tags.sample(2)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment