Sha256: ccae5485ecb623d26af06ed9d5efe2e2368d4db497813a43c45fec8d4aad4634
Contents?: true
Size: 285 Bytes
Versions: 12
Compression:
Stored size: 285 Bytes
Contents
module SimpleForm module Inputs class FileInput < Base def input(wrapper_options = nil) merged_input_options = merge_wrapper_options(input_html_options, wrapper_options) @builder.file_field(attribute_name, merged_input_options) end end end end
Version data entries
12 entries across 12 versions & 3 rubygems