Re: [Rails] How to insert multiple records into database using one form

2015-01-13 Thread clayton cottingham
i just searched google to figure this out a cpl days ago synopsis: use build http://archive.railsforum.com/viewtopic.php?id=717 On 2015-01-13, at 10:45 PM, Ephraim A. wrote: > I have 4 tables from the first table, I took all data from the two > columns and displayed it in the view. For each da

[Rails] How to insert multiple records into database using one form

2015-01-13 Thread Ephraim A.
I have 4 tables from the first table, I took all data from the two columns and displayed it in the view. For each data, I have two text fields and the user is supposed to fill those data. Having filled data into the text field, how can I insert all the records into the second table using one form o