Guest User

Untitled

a guest
Oct 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <%= simple_form_for :product, method: :put do |f| %>
  2. <%= f.input :product_id, :collection => @allProducts, :value_method => :id,:label => "Products" ,:include_blank => true %>
  3. <%= f.input :quantity %>
  4.  
  5. <%= f.button :submit, 'Add to Stock', class: 'btn btn-success add-sale-item' %>
Add Comment
Please, Sign In to add comment