Sha256: 46afda3e6fe3556371b29e4cf47208fbe6539aa003ffe4d6c13ff19a93e97c56
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
class IbgeInput < SimpleForm::Inputs::StringInput def input(wrapper_options) input_html_options[:data] ||= {} input_html_options[:data].merge!({ provider: 'ibge' }) super end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
autocomplete_zipcode-1.2.0 | lib/autocomplete_zipcode/simple_form/ibge_input.rb |
autocomplete_zipcode-1.1.0 | lib/autocomplete_zipcode/simple_form/ibge_input.rb |