-
Carlos Antonio da Silva authored
Using `self` works by essentially pointing to the included class, in this case `ActiveJob::Base`, so that'd end up delegating to `ActiveJob::Base.queue_adapter` instead.
Carlos Antonio da Silva authoredUsing `self` works by essentially pointing to the included class, in this case `ActiveJob::Base`, so that'd end up delegating to `ActiveJob::Base.queue_adapter` instead.
Loading