<%= form_tag welcome_index_path, method: :get do %> <%= text_field_tag 'q' %> <%= button_tag do %>GETで送る<% end %> <% end %>