2026-06-17 23:23:36 -04:00
|
|
|
require 'rake'
|
|
|
|
|
|
2026-05-06 13:28:16 -04:00
|
|
|
class BetaAutomationSimulationService
|
|
|
|
|
def initialize()
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
def call
|
2026-06-17 23:23:36 -04:00
|
|
|
# Rails::Command.invoke('employer_automation:employer_initialize_test')
|
|
|
|
|
|
|
|
|
|
Rails.application.load_tasks
|
|
|
|
|
Rake::Task['employer_automation:employer_initialize_test'].invoke
|
2026-05-06 13:28:16 -04:00
|
|
|
end
|
|
|
|
|
end
|