thecodecrate / city-state

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

Get the list of countries #1

Closed nagaharish closed 9 years ago

nagaharish commented 9 years ago

Hi, This gem is vey much helpful to me. But I wanted to know the list of countires. Is there a method to get the complete list of countries so that I can use that. Because to get the states I need to pass the country code hence to get the country code I need the countries list. Thank you in Advance.

loureirorg commented 9 years ago

great idea! I just implemented it.

Update your gemfile (bundle update if using Rails) and call with CS.countries

nagaharish commented 9 years ago

Hi, Thanks a lot for adding this. It will be veryhelpful for me.