dev_local
parent
e2b4cf513e
commit
cc58729d9b
@ -1,3 +1,3 @@
|
|||||||
class LocalStage < ActiveRecord::Base
|
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
|
end
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
class LocalStageShixun < ActiveRecord::Base
|
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
|
end
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
class LocalSubject < ActiveRecord::Base
|
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
|
end
|
||||||
|
Loading…
Reference in new issue