socialforge/app/models/homework_evaluation.rb

7 lines
148 B
Ruby
Raw Normal View History

class HomeworkEvaluation < ActiveRecord::Base
attr_accessible :homework_attach_id, :user_id
belongs_to :homework_attach
belongs_to :user
end