dev_local
cxt 5 years ago
parent e2b4cf513e
commit cc58729d9b

@ -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

@ -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

@ -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

Loading…
Cancel
Save