<% # This is a typical form # Requires f %>
<%= f.label :name %>
<%= f.text_field :name %>
<%= f.label :qty %>
<%= f.text_field :qty %>