- Change query conditions in City model to use the `properties::jsonb` syntax for compatibility. - Update WeatherArt model's event counting to reflect the same JSONB handling for consistency across models. These changes ensure that the queries correctly access the JSONB fields in the database, which enhances robustness when handling different database adapters like Postgres or SQLite. This fixes potential issues with ahoy events not being counted accurately due to incorrect property access. |
||
---|---|---|
.. | ||
ahoy | ||
concerns | ||
admin_user.rb | ||
application_record.rb | ||
city.rb | ||
country.rb | ||
region.rb | ||
weather_art.rb |