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