songtianlun
42e0da1aa0
- Create City model with attributes: name, country, latitude, longitude, and featured. - Create WeatherArt model with attributes: weather_date, weather_condition, description, and prompt. - Add migration files for creating cities and weather arts tables. - Include fixture files for cities and weather arts for testing. - Add basic test files for both models. These changes introduce new models and database tables to support city and weather art data, enabling future features related to weather information and city management. |
||
---|---|---|
.. | ||
concerns | ||
application_record.rb | ||
city.rb | ||
user.rb | ||
weather_art.rb |