Sha256: 91eabbe92e92a9f2eab4e88491a66deff92b629d78ff27a3f29624236487b9d5
Contents?: true
Size: 165 Bytes
Versions: 29
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true class Alert include Mongoid::Document field :message, type: String belongs_to :account has_many :items belongs_to :post end
Version data entries
29 entries across 29 versions & 1 rubygems