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