1
0
Fork 0
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:
Zachary Scott 2014-11-03 19:25:44 -08:00
parent 60fcf60c7b
commit 7ea0f26801

View file

@ -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 }