<% form_tag({:action => :results}, :id => 'search-form') do %> <%= text_field_tag(:search, params[:search]) %> <%= submit_tag "Search" %> <% end %>