Sha256: 0c5f9a13537b4d6215185501065b53e3edfdfd0b38d32ab325c7862628dd1cf5

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 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
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tekeya-0.0.1 app/mongoid/tekeya/notification.rb