Skip to content

Instantly share code, notes, and snippets.

@zprima
Created May 9, 2019 15:09
Show Gist options
  • Select an option

  • Save zprima/ef0f35177ccb852ba7212881b25d56eb to your computer and use it in GitHub Desktop.

Select an option

Save zprima/ef0f35177ccb852ba7212881b25d56eb to your computer and use it in GitHub Desktop.
medium_p8_c1
100.times do |x|
loc = Location.create(name: Faker::Address.street_name)
puts "created #{loc.name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment