Sha256: 4a823848e708e2b2706a81ea8de3bc65ae38484f223f600a515c51e439cd6e1f
Contents?: true
Size: 183 Bytes
Versions: 16
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true # Notification class Notification < ApplicationRecord include Noticed::Model belongs_to :recipient, polymorphic: true has_one_attached :file end
Version data entries
16 entries across 16 versions & 1 rubygems