New product

<%= error_messages_for :product %> <%= form_for(:product, :url => collection_url) do |f| %>

Name
<%= f.text_field :name %>

<%= submit_tag "Create" %>

<% end %> <%= link_to 'Back', collection_url %>