G
Ganesh Kumar
Hi,
I have one join table called
for example "students_subjects" and i am having relationship like
in
student model
:has_many=>subjects ,:through=>students_departments
in
subjects table
:has_many=>students ,:through=>students_departments
i need to store data in join table
join table columns
'id' 'student_id' 'subject_id'
how can i store plz reply if anybody knows solution.....
I have one join table called
for example "students_subjects" and i am having relationship like
in
student model
:has_many=>subjects ,:through=>students_departments
in
subjects table
:has_many=>students ,:through=>students_departments
i need to store data in join table
join table columns
'id' 'student_id' 'subject_id'
how can i store plz reply if anybody knows solution.....