Topic: How to insert multiple records at a time in database in rails3
Hai friends i need one help........
I have two tables students and attendences.
In students table i have stdname classname stdID fields
In attendence table i have attdID stdID AttdDate fields.
Now i have view like this:
class: ___________ section: __________ Search(button)
(Then i got list of perticular class and section students)
StudentName
Raju
RAvi
Rekha
Like this all students now i want to insert the attdstatus to each student like this:
StudentName AttdStaus AttdDate
Raju _______ ________
Ravi _______ ________
Submit(button)
{Then the total students attendence have to insert into the attendence table.}
Please anybody help me by giving hints to do this? My Email ID is chand5055@gmail.com