class Interactor::Async::ActiveJobDispatcher

Public Instance Methods

perform(name, *args) click to toggle source
# File lib/interactor/async/active_job_dispatcher.rb, line 5
def perform(name, *args)
  name.constantize.call(*args)
end