aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapter.rb
diff options
context:
space:
mode:
authorRishi Jain <rishi@joshsoftware.com>2014-11-01 06:13:17 +0530
committerRishi Jain <rishi@joshsoftware.com>2014-11-01 06:15:13 +0530
commit84f313ab5d47139dcbdc7f2efe8f6c0ccb33522d (patch)
treee7af8273d9b40da6a0a5f08766392e470dbf341c /activejob/lib/active_job/queue_adapter.rb
parent45e8a4b6c9b0294c2fd7af1d6ddbde9c728321a9 (diff)
downloadrails-84f313ab5d47139dcbdc7f2efe8f6c0ccb33522d.tar.gz
rails-84f313ab5d47139dcbdc7f2efe8f6c0ccb33522d.tar.bz2
rails-84f313ab5d47139dcbdc7f2efe8f6c0ccb33522d.zip
added punctuations, and role of queue_adapter module [ci skip]
Diffstat (limited to 'activejob/lib/active_job/queue_adapter.rb')
-rw-r--r--activejob/lib/active_job/queue_adapter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activejob/lib/active_job/queue_adapter.rb b/activejob/lib/active_job/queue_adapter.rb
index 4bd28522ab..78b0f1fb78 100644
--- a/activejob/lib/active_job/queue_adapter.rb
+++ b/activejob/lib/active_job/queue_adapter.rb
@@ -1,6 +1,8 @@
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
module QueueAdapter #:nodoc:
extend ActiveSupport::Concern