Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
7
research/chatwoot/app/jobs/internal/seed_account_job.rb
Normal file
7
research/chatwoot/app/jobs/internal/seed_account_job.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Internal::SeedAccountJob < ApplicationJob
|
||||
queue_as :low
|
||||
|
||||
def perform(account)
|
||||
Seeders::AccountSeeder.new(account: account).perform!
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user