mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add documentation of AJ::QueueAdapter class methods module [ci skip]
This commit is contained in:
parent
60fcf60c7b
commit
7ea0f26801
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module ActiveJob
|
|||
module QueueAdapter #:nodoc:
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
# Includes the setter method for changing the active queue adapter.
|
||||
module ClassMethods
|
||||
mattr_reader(:queue_adapter) { ActiveJob::QueueAdapters::InlineAdapter }
|
||||
|
||||
|
|
Loading…
Reference in a new issue