Sha256: ac1ae45e4c6640b7222251eb64b0dd36948ecf3f8a995a590ecd4925d21ffe96
Contents?: true
Size: 183 Bytes
Versions: 27
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Alert include Mongoid::Document field :message, type: String belongs_to :account has_many :items belongs_to :post end
Version data entries
27 entries across 27 versions & 2 rubygems