mirror of https://github.com/rails/rails
ActiveJob is not ActionJob [ci skip] 😄
This commit is contained in:
parent
070f556c3a
commit
2ecee1034d
|
@ -2,7 +2,7 @@ require 'active_job/queue_adapters/inline_adapter'
|
|||
require 'active_support/core_ext/string/inflections'
|
||||
|
||||
module ActiveJob
|
||||
# The <tt>ActionJob::QueueAdapter</tt> module is used to load the
|
||||
# The <tt>ActiveJob::QueueAdapter</tt> module is used to load the
|
||||
# correct adapter. The default queue adapter is the :inline queue.
|
||||
module QueueAdapter #:nodoc:
|
||||
extend ActiveSupport::Concern
|
||||
|
|
Loading…
Reference in New Issue