We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CS.countries also includes the following pair in the array:
CS.countries
:COUNTRY_ISO_CODE => "country_name"
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I think its fair to say this is no longer being maintained, I recommend maybe getting each one out and creating your own tables?
No branches or pull requests
CS.countries
also includes the following pair in the array::COUNTRY_ISO_CODE => "country_name"
The text was updated successfully, but these errors were encountered: