JezK
Edit File: file_input.rb
module SimpleForm module Inputs class FileInput < Base def input @builder.file_field(attribute_name, input_html_options) end end end end