- Change output to include country name during state syncing - Update record creation from `find_or_initialize_by!` to `find_or_create_by!` This fix ensures that when syncing state data, the output provides better context by showing the associated country name, and it also ensures that states are created if they do not already exist, thus eliminating potential issues with duplicate state entries. |
||
---|---|---|
.. | ||
.keep | ||
study_rake.rake | ||
sync_geo_data.rake |