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