Sha256: ea163818e34d9ed9f9448c93d9623815bec427400322597f334cc3b66985eff6
Contents?: true
Size: 215 Bytes
Versions: 24
Compression:
Stored size: 215 Bytes
Contents
module MessageTrain # Unsubscribe model class Unsubscribe < ActiveRecord::Base belongs_to :recipient, polymorphic: true belongs_to :from, polymorphic: true validates_presence_of :recipient end end
Version data entries
24 entries across 24 versions & 1 rubygems