5 lines
96 B
Ruby
5 lines
96 B
Ruby
class MailRecipient < ApplicationRecord
|
|
belongs_to :received_mail
|
|
belongs_to :recipient
|
|
end
|