Skip to content

Commit

Permalink
placed description at correct place [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Jain committed Nov 1, 2014
1 parent 84f313a commit 19f6ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activejob/lib/active_job/queue_adapter.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 19f6ac9

Please sign in to comment.