mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
docs, It's "Active Job" not "Active job". [ci skip]
This commit is contained in:
parent
d207adb24c
commit
e62554607c
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@ require 'active_job/logging'
|
|||
module ActiveJob #:nodoc:
|
||||
# = Active Job
|
||||
#
|
||||
# Active job objects can be configured to work with different backend
|
||||
# Active Job objects can be configured to work with different backend
|
||||
# queuing frameworks. To specify a queue adapter to use:
|
||||
#
|
||||
# ActiveJob::Base.queue_adapter = :inline
|
||||
#
|
||||
# A list of supported adapters can be found in QueueAdapters.
|
||||
#
|
||||
# Active job objects can be defined by creating a class that inherits
|
||||
# Active Job objects can be defined by creating a class that inherits
|
||||
# from the ActiveJob::Base class. The only necessary method to
|
||||
# implement is the "perform" method.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue