实践课程删除实训

chromesetting
cxt 5 years ago
parent 9f5fa18263
commit 3eba548214

@ -18,7 +18,9 @@ class Admins::LaboratorySubjectsController < Admins::BaseController
return render_js_error('不能删除自建课程', type: :notify) if current_laboratory_subject.ownership?
current_subject = current_laboratory_subject.subject
current_subject.shixuns.destroy_all
current_subject.shixuns.each do |shixun|
shixun.destroy!
end
current_subject.destroy!
render_delete_success

Loading…
Cancel
Save