mailing_sent.rb 86 Bytes Edit Raw Blame History 1 2 3 4 class MailingSent < ActiveRecord::Base belongs_to :mailing belongs_to :person end