mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 02:02:27 +00:00
5 lines
120 B
Ruby
5 lines
120 B
Ruby
class Channel::Widget < ApplicationRecord
|
|
belongs_to :account
|
|
has_one :inbox, as: :channel, dependent: :destroy
|
|
end
|