<% form_tag '/welcome/signup' do -%> <%= text_field_tag 'Name' %> <%= text_field_tag 'Email' %>
<%= submit_tag 'Sign up' %>
<% end -%>