module ActiveJobDelayedExecution::Delayable
Public Instance Methods
delayed(options = {})
click to toggle source
# File lib/active_job_delayed_execution/delayable.rb, line 3 def delayed(options = {}) ActiveJobDelayedExecution::Proxy.new(self, options) end