turkey = Country.find_by 1 City.create!([ { name: 'İstanbul', latitude: 41.0082, longitude: 28.9784, country: turkey, timezone: 'Europe/Istanbul', active: true, priority: 100, last_weather_fetch: 10.hours.ago, last_image_generation: 10.hours.ago }, { name: 'Ankara', latitude: 39.9334, longitude: 32.8597, country: turkey, timezone: 'Europe/Istanbul', active: true, priority: 100, last_weather_fetch: 10.hours.ago, last_image_generation: 10.hours.ago } ])