Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <% form_for(@products) do |form| %>
  2. <% for product in @products %>
  3. <% fields_for product do |f| %>
  4. <%= f.label "name" %>
  5. <%= f.text_field "name" %>
  6. <% end %>
  7. <% end %>
  8. <% end %>
Add Comment
Please, Sign In to add comment