Merge remote-tracking branch 'origin/develop' into develop

sso
杨树明 5 years ago
commit 40fbe37b92

@ -1,3 +1,4 @@
class HackCode < ApplicationRecord
# 编程题代码相关
belongs_to :hack
end

@ -1,7 +1,7 @@
class SyncSubjectdsMobile < ActiveRecord::Migration[5.2]
def change
SubDisciplineContainer.find_each do |sc|
subject.find(sc.container_id).update_column(:show_mobile => true)
SubDisciplineContainer.where(container_type: "Subject").find_each do |sc|
Subject.find(sc.container_id).update_column("show_mobile", true)
end
end
end

Loading…
Cancel
Save