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