announcement-test/app/models/bulletin_feed_cache.rb

8 lines
142 B
Ruby
Raw Normal View History

2020-07-20 15:48:24 +00:00
class BulletinFeedCache
include Mongoid::Document
include Mongoid::Timestamps
field :content, type: String, default: ''
field :uid
end