Skip to content

Instantly share code, notes, and snippets.

@roryfranklin
Created July 14, 2017 10:04
Show Gist options
  • Save roryfranklin/a350b6cd1adbd42663e95a2adbb07c70 to your computer and use it in GitHub Desktop.
Save roryfranklin/a350b6cd1adbd42663e95a2adbb07c70 to your computer and use it in GitHub Desktop.
user = User.create
5.times do |i|
Review.create(author: user)
Car.create(user: user)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment