fix rss_link
This commit is contained in:
parent
b14218e312
commit
89a472ffb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue