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