ruby on rails - country_select display full country name on show action -


i use gem 'country_select' choose country form on rails app when go show or index action see stored value. there method convert value full name string of country?

[au] => "australia" 

the documentation includes how exactly want.

country = iso3166::country[country_code] country.translations[i18n.locale.to_s] || country.name 

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -