feat: Add bulk imports API for contacts (#1724)
This commit is contained in:
@@ -34,6 +34,7 @@ class Account < ApplicationRecord
|
||||
|
||||
has_many :account_users, dependent: :destroy
|
||||
has_many :agent_bot_inboxes, dependent: :destroy
|
||||
has_many :data_imports, dependent: :destroy
|
||||
has_many :users, through: :account_users
|
||||
has_many :inboxes, dependent: :destroy
|
||||
has_many :conversations, dependent: :destroy
|
||||
|
||||
Reference in New Issue
Block a user