<%= form_tag(posts_path, :method => "get") do %> <%= text_field_tag("tags", params[:tags]) %> <%= submit_tag "Go" %> <% end %>