Creating items in groups in Rails
- by LearnRails
My product table is
id type price location
1 chips $3 aisle3
I have a question with adding the products in groups.
There is a quantity field(nonmodel) where the user can enter the quantity
While adding a new product if the user enters:
type: soda
quantity: 3
Then there 3 records should be created…