diff options
author | Rishi Jain <rishi@joshsoftware.com> | 2014-11-01 10:29:34 +0530 |
---|---|---|
committer | Rishi Jain <rishi@joshsoftware.com> | 2014-11-01 10:29:34 +0530 |
commit | 19f6ac929bff5cb6ae95a26e8da29b20f5c4d146 (patch) | |
tree | 3aff285d1e82af8719c1520d94de197d3a2a3201 /activejob/lib | |
parent | 84f313ab5d47139dcbdc7f2efe8f6c0ccb33522d (diff) | |
download | rails-19f6ac929bff5cb6ae95a26e8da29b20f5c4d146.tar.gz rails-19f6ac929bff5cb6ae95a26e8da29b20f5c4d146.tar.bz2 rails-19f6ac929bff5cb6ae95a26e8da29b20f5c4d146.zip |
placed description at correct place [ci skip]
Diffstat (limited to 'activejob/lib')
-rw-r--r-- | activejob/lib/active_job/queue_adapter.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activejob/lib/active_job/queue_adapter.rb b/activejob/lib/active_job/queue_adapter.rb index 78b0f1fb78..b42ec3b638 100644 --- a/activejob/lib/active_job/queue_adapter.rb +++ b/activejob/lib/active_job/queue_adapter.rb @@ -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 |