From cc58729d9b333a43fc083361e877825b9fed27aa Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Tue, 24 Sep 2019 16:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/local_stage.rb | 2 +- app/models/local_stage_shixun.rb | 2 +- app/models/local_subject.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/local_stage.rb b/app/models/local_stage.rb index 7d7cf42c..7cdabca4 100644 --- a/app/models/local_stage.rb +++ b/app/models/local_stage.rb @@ -1,3 +1,3 @@ class LocalStage < ActiveRecord::Base - attr_accessible :description, :local_subject_id, :name, :position, :shixuns_count, :subject_id + # attr_accessible :description, :local_subject_id, :name, :position, :shixuns_count, :subject_id end diff --git a/app/models/local_stage_shixun.rb b/app/models/local_stage_shixun.rb index 66e79382..c2408b63 100644 --- a/app/models/local_stage_shixun.rb +++ b/app/models/local_stage_shixun.rb @@ -1,3 +1,3 @@ class LocalStageShixun < ActiveRecord::Base - attr_accessible :local_subject_id, :position, :shixun_id, :stage_id, :subject_id + # attr_accessible :local_subject_id, :position, :shixun_id, :stage_id, :subject_id end diff --git a/app/models/local_subject.rb b/app/models/local_subject.rb index 2aedcd44..83eb8522 100644 --- a/app/models/local_subject.rb +++ b/app/models/local_subject.rb @@ -1,3 +1,3 @@ class LocalSubject < ActiveRecord::Base - attr_accessible :description, :introduction, :learning_notes, :name, :shixuns_count, :stage_shixuns_count, :stages_count, :status + # attr_accessible :description, :introduction, :learning_notes, :name, :shixuns_count, :stage_shixuns_count, :stages_count, :status end