Search

<%= form_tag(path, :method => "get") do %> <%= text_field_tag("tags", tags, :size => 20) %> <%= submit_tag "Go" %> <% end %>