# File lib/action_view/helpers/form_tag_helper.rb, line 389 def image_submit_tag(source, options = {}) tag :input, { "type" => "image", "src" => path_to_image(source) }.update(options.stringify_keys) end