Module: IsoCountrySelect

Extended by:
ActiveSupport::Concern
Defined in:
lib/countryselect0r/base.rb

Instance Method Summary collapse

Instance Method Details

#country_name(code) ⇒ Object



69
70
71
# File 'lib/countryselect0r/base.rb', line 69

def country_name(code)
  Iso3166.localize(code)
end