Module: RailsAsyncMethods::AsyncJobs

Included in:
Object
Defined in:
lib/rails_async_methods/wrapper/async_jobs.rb

Instance Method Summary collapse

Instance Method Details

#async(receiver, options = {}) ⇒ Object



5
6
7
# File 'lib/rails_async_methods/wrapper/async_jobs.rb', line 5

def async(receiver, options = {})
  receiver.to_active_job options
end