Add rss2_id to save the source Lab_Sn on R2.
This commit is contained in:
parent
49e65ab628
commit
ce0bd42b46
|
@ -17,6 +17,7 @@ class Subject
|
||||||
field :student, localize: true
|
field :student, localize: true
|
||||||
field :email_member_ids
|
field :email_member_ids
|
||||||
field :co_professor_ids
|
field :co_professor_ids
|
||||||
|
field :rss2_id
|
||||||
mount_uploader :image, ImageUploader
|
mount_uploader :image, ImageUploader
|
||||||
has_many :subject_links, :autosave => true, :dependent => :destroy
|
has_many :subject_links, :autosave => true, :dependent => :destroy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue