@ -293,7 +293,7 @@ class Shixun < ApplicationRecord
# 所属实践课程
def relation_path
subjects.where(hidden: 0).uniq
subjects.published.unhidden.uniq
end
private