Sha256: a5175443bfd0e16451617f4456fb729ccb8b1161f0dbf04b8399fdbe20c0603d
Contents?: true
Size: 207 Bytes
Versions: 58
Compression:
Stored size: 207 Bytes
Contents
class CountryInput < FormtasticBootstrap::Inputs::SelectInput def to_html builder.input(method, :as => :select, :collection => Iso3166.codes.map {|code| Iso3166.localize(code)}) end end
Version data entries
58 entries across 58 versions & 1 rubygems