I am working on a simple project on ruby on rails. I need to add a data to the database. I would like to add multiple records of a model using single form and single submit button so that all the records I entered in the form are inserted into database table. I need to design a form with multiple duplicate fields, each set of fields represent a database record.