today_ai_weather/app/models
songtianlun adb671e668 feat: add least popular active cities panel
- Introduce new panel in the admin dashboard for displaying
  the least popular active cities.
- Implement a database scope `least_popular_active` to
  retrieve cities based on their view counts.
- Ensure compatibility with both SQLite and PostgreSQL
  for fetching city view data.

This addition enhances the admin dashboard by allowing
administrators to easily identify and manage cities that
are receiving less user interaction, thus aiding in strategic
planning for engagement and promotion.
2025-01-27 00:48:07 +08:00
..
ahoy chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
concerns init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
admin_user.rb chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
application_record.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
city.rb feat: add least popular active cities panel 2025-01-27 00:48:07 +08:00
country.rb feat: add countries and regions management 2025-01-21 18:27:26 +08:00
region.rb feat: add countries and regions management 2025-01-21 18:27:26 +08:00
weather_art.rb chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00