Files
chatwoot/app/models/channel/widget.rb
2019-10-20 14:17:26 +05:30

5 lines
120 B
Ruby

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