dev_forum
cxt 5 years ago
parent 65463d855e
commit 2b8f5ccc8a

@ -906,7 +906,7 @@ class CoursesController < ApplicationController
CourseAddStudentCreateWorksJob.perform_later(course.id, [current_user.id])
StudentJoinCourseNotifyJob.perform_later(current_user.id, course.id)
logger_error("#####################{course.id}")
logger.info("#####################{course.id}")
end
end

Loading…
Cancel
Save