Как добавить имя формы в следующую строку?
<% form_tag({}, :method => :get) do %>
<% form_tag({}, :method => :get, :name => "whatever") do %>