1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

placed description at correct place [ci skip]

This commit is contained in:
Rishi Jain 2014-11-01 10:29:34 +05:30
parent 84f313ab5d
commit 19f6ac929b

View file

@ -1,9 +1,9 @@
require 'active_job/queue_adapters/inline_adapter'
require 'active_support/core_ext/string/inflections'
# The <tt>ActionJob::QueueAdapter</tt> module is used to load the
# correct adapter. The default queue adapter is the :inline queue.
module ActiveJob
# The <tt>ActionJob::QueueAdapter</tt> module is used to load the
# correct adapter. The default queue adapter is the :inline queue.
module QueueAdapter #:nodoc:
extend ActiveSupport::Concern