# File lib/action_view/helpers/form_helper.rb, line 90
      def file_field(object, method, options = {})
        InstanceTag.new(object, method, self).to_input_field_tag("file", options)
      end