Sha256: 3e0a741de18a61b59a56f3e9b94784f55ae6661ab24ee4fe7826bcff3c3450b5
Contents?: true
Size: 238 Bytes
Versions: 8
Compression:
Stored size: 238 Bytes
Contents
module Tekeya class Notification include Mongoid::Document include Mongoid::Timestamps include ::Tekeya::Feed::Notification field :notification_type, type: String field :read, type: Boolean, default: false end end
Version data entries
8 entries across 8 versions & 1 rubygems