Edu Erondu

Results 1 issues of Edu Erondu

``` Restaurant.populate 10..25 do |restaurant| restaurant.name = Populator.words(1..4).titleize restaurant.street_address = Faker::Address.street_address restaurant.description = Populator.sentences(2..8) restaurant.zipcode = Faker::Address.zip_code restaurant.state = "MO" restaurant.phone = Faker::PhoneNumber.phone_number Tagging.populate 6 do |tg| tg.restaurant_id = restaurant.id...