thecodecrate / city-state

Simple ruby gem to create form lists with cities and states
MIT License
306 stars 135 forks source link

Ability to query cities by country name in addition to country code #32

Closed sarmad90 closed 4 years ago

sarmad90 commented 6 years ago

Added a new method cities_by_country_name(country_name) which gives this gem the ability to query for cities with a country's name as compared to only being able to query cities with country code.