Add field 'rss2_sn' for importing

This commit is contained in:
manson 2014-06-06 12:06:34 +08:00
parent 8a2d0df7e5
commit 9c5d6cb617
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class ArchiveFile
field :deadline , :type => DateTime
field :uid, type: String
field :sort_number, type: Integer
field :rss2_sn
# scope :can_display,where(is_hidden: false)