Files
baclight/app/services/beta_automation_simulation_service.rb
T
2026-05-06 13:28:16 -04:00

8 lines
170 B
Ruby

class BetaAutomationSimulationService
def initialize()
end
def call
Rails::Command.invoke('employer_automation:employer_initialize_test')
end
end