Sha256: 48bcea36d1980f77fcc9509f27bce2f282c1997fb9d2321fe9d482417c7577d5
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
module ExtForm module Inputs class AutoComplete < SimpleForm::Inputs::StringInput def input @builder.send(input_type, attribute_name, input_html_options) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ext_form-0.1.5 | lib/ext_form/inputs/auto_complete.rb |
ext_form-0.1.4 | lib/ext_form/inputs/auto_complete.rb |