france = Country.find_by code: 'FRA' City.create!([ { name: 'Paris', latitude: 48.8566, longitude: 2.3522, country: france, timezone: 'Europe/Paris', active: false, priority: 100, last_weather_fetch: 10.hours.ago, last_image_generation: 10.hours.ago } ])