8 lines
170 B
Ruby
8 lines
170 B
Ruby
class BetaAutomationSimulationService
|
|
def initialize()
|
|
end
|
|
|
|
def call
|
|
Rails::Command.invoke('employer_automation:employer_initialize_test')
|
|
end
|
|
end |