mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
doc changes for readability [ci skip]
This commit is contained in:
parent
4b560bf96b
commit
17c10038c5
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ require 'active_support/core_ext/string/inflections'
|
|||
|
||||
module ActiveJob
|
||||
# The <tt>ActiveJob::QueueAdapter</tt> module is used to load the
|
||||
# correct adapter. The default queue adapter is the :inline queue.
|
||||
# correct adapter. The default queue adapter is the +:inline+ queue.
|
||||
module QueueAdapter #:nodoc:
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
|
@ -20,7 +20,7 @@ module ActiveJob
|
|||
end
|
||||
|
||||
# Specify the backend queue provider. The default queue adapter
|
||||
# is the :inline queue. See QueueAdapters for more
|
||||
# is the +:inline+ queue. See QueueAdapters for more
|
||||
# information.
|
||||
def queue_adapter=(name_or_adapter_or_class)
|
||||
self._queue_adapter = interpret_adapter(name_or_adapter_or_class)
|
||||
|
|
Loading…
Reference in a new issue