Add rss2_id to save the source Lab_Sn on R2.

This commit is contained in:
BOHUNG 2020-03-10 23:31:19 +08:00
parent 49e65ab628
commit ce0bd42b46
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class Subject
field :student, localize: true
field :email_member_ids
field :co_professor_ids
field :rss2_id
mount_uploader :image, ImageUploader
has_many :subject_links, :autosave => true, :dependent => :destroy