socialforge/app/models/student_work_test.rb

7 lines
157 B
Ruby
Raw Normal View History

class StudentWorkTest < ActiveRecord::Base
attr_accessible :student_work_id, :homework_test_id
belongs_to :homework_test
belongs_to :student_work
end