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