# File lib/action_view/helpers/form_tag_helper.rb, line 79
      def select_tag(name, option_tags = nil, options = {})
        content_tag :select, option_tags, { "name" => name, "id" => name }.update(options.stringify_keys)
      end