From: Ganesh Kumar Date: 2008-08-12T20:00:10+09:00 Subject: store data in join table 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..... -- Posted via http://www.ruby-forum.com/.