Products

<%= form_tag :action => 'new' %>

Creating product

<%= render( :partial => 'product/form' ) %>

<%= submit_tag 'OK' %>
<%= end_form_tag %>