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