Sha256: fba933469048b99d22a9a6c46e54135f1f56997d3ff743689ec922568336f4fe
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
module GenericFormFor module Inputs class StringInput include Base include String def input_html(config_options={}) template.concat(builder.text_field(method, merge_html_options(input_html_options,config_options))) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
generic_form_for-0.0.1 | lib/generic_form_for/inputs/string_input.rb |