5 lines
92 B
Ruby
5 lines
92 B
Ruby
class ReceivedMail < ApplicationRecord
|
|
belongs_to :sender
|
|
has_many :mail_recipients
|
|
end
|