Chatwoot/app/models/channel/widget.rb

4 lines
117 B
Ruby
Raw Normal View History

class Channel::Widget < ApplicationRecord
belongs_to :account
has_one :inbox, as: :channel, dependent: :destroy
end