Class: Readymade::BackgroundBangJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Readymade::BackgroundBangJob
- Defined in:
- lib/readymade/background_bang_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(**args) ⇒ Object
9 10 11 |
# File 'lib/readymade/background_bang_job.rb', line 9 def perform(**args) args.delete(:class_name).to_s.constantize.send(:call!, **args) end |