dev_forum
cxt 5 years ago
parent fd9ac84ab5
commit 20fe2ba75c

@ -24,7 +24,7 @@ namespace :homework_evaluation do
student_works = homework_common.student_works.has_committed student_works = homework_common.student_works.has_committed
end end
if student_works.size >= 2 if student_works.count >= 2
HomeworkEvaluationCommentAssginJob.perform_later(homework_common.id) HomeworkEvaluationCommentAssginJob.perform_later(homework_common.id)
homework_detail_manual.update_column('comment_status', 3) homework_detail_manual.update_column('comment_status', 3)

Loading…
Cancel
Save