custom_announcement/app/models/custom_bulletin_feed_cache.rb

8 lines
148 B
Ruby
Raw Permalink Normal View History

2021-06-17 10:52:39 +00:00
class CustomBulletinFeedCache
include Mongoid::Document
include Mongoid::Timestamps
field :content, type: String, default: ''
field :uid
end