city-state
city-state copied to clipboard
CS.countries also pulls headers
CS.countries
also includes the following pair in the array:
:COUNTRY_ISO_CODE => "country_name"
I got this too, I'm surprised no one else is talking about this - maybe no one really using the gem.
Anyway - i use it just as array so I do this:
(CS.countries.values - ['country_name']).sort
I think its fair to say this is no longer being maintained, I recommend maybe getting each one out and creating your own tables?