Sha256: 277552146fc7c5474c4b4b04053fa0f4529d3debf1f99d3f9257003d5af6b18f
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
module GenericFormFor module Inputs class FileInput include Base include Placeholder def input_html(config_options={}) template.concat builder.file_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/file_input.rb |