fix rss_link

This commit is contained in:
spen 2014-04-28 15:20:56 +08:00
parent b14218e312
commit 89a472ffb6
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class Bulletin
field :view_count, :type => Integer, :default => 0
field :public, :type => Boolean, :default => true
field :rss_link
field :email_sent, :type => Boolean, :default => false
field :email_sentdate , :type => DateTime