3 4 5
# File 'app/inputs/country_input.rb', line 3 def to_html builder.input(method, :as => :select, :collection => Iso3166.codes.map {|code| Iso3166.localize(code)}) end