diff options
-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 |