Sha256: 0181d6e3bce1dc1a39c596d9fd945ec3838bd1baf029085b01584903f79777ee
Contents?: true
Size: 308 Bytes
Versions: 23
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true # # Base class for notification # class NotificationTemplate < Template # # Fields # field :draft, type: Mongoid::Boolean, default: true # # Relationships # has_many :notifications, dependent: :nullify # # Validations # validates_presence_of :draft end
Version data entries
23 entries across 23 versions & 1 rubygems