shayarnett (owner)

Revisions

gist: 32901 Download_button fork
public
Public Clone URL: git://gist.github.com/32901.git
Embed All Files: show embed
_product_form.html.erb #
1
2
3
4
<%= form_for @product, :action => url(:product,@product) do %>
  
  
<% end =%>
new.html.erb #
1
2
3
<%= partial :product_form %>