My shopping list

Add new item

<%= form_tag :action => 'new' do %> <%= text_field "product", "name" %> <%= submit_tag "Add new item" %> <% end %>