Merge branch 'dev_aliyun' into educoder

dev_aliyun
cxt 5 years ago
commit 0261605301

@ -92,7 +92,7 @@ class WelcomeController < ApplicationController
new_stage_shixun = LocalStageShixun.new
new_stage_shixun.attributes = stage_shixun.attributes.dup.except("id")
new_stage_shixun.local_subject_id = local_subject.id
new_stage_shixun.local_subject_id = new_stage.id
new_stage_shixun.local_stage_id = new_stage.id
new_stage_shixun.save!
end
end

Loading…
Cancel
Save