6 7 8 9
# File 'lib/bard/file_field/form_builder.rb', line 6 def bard_file_field method, options={}, &block self.multipart = true Field.new(@object_name, method, @template, objectify_options(options)).render(&block) end