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