feat: Add Platform APIs (#1456)
This commit is contained in:
@@ -32,7 +32,6 @@ class Inbox < ApplicationRecord
|
||||
|
||||
belongs_to :account
|
||||
|
||||
# TODO: should add associations for the channel types
|
||||
belongs_to :channel, polymorphic: true, dependent: :destroy
|
||||
|
||||
has_many :contact_inboxes, dependent: :destroy
|
||||
|
||||
Reference in New Issue
Block a user