1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #32975 from oamado/fix_activejob_doc

correct link to activejob readme [ci skip]
This commit is contained in:
Guillermo Iguaran 2018-05-24 09:46:45 -05:00 committed by GitHub
commit 3f2afd4d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ module ActiveJob
# * {Sucker Punch}[https://github.com/brandonhilkert/sucker_punch]
# * {Active Job Async Job}[http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AsyncAdapter.html]
# * {Active Job Inline}[http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/InlineAdapter.html]
# * Please Note: We are not accepting pull requests for new adapters. See the README for more details.
# * Please Note: We are not accepting pull requests for new adapters. See the {README}[link:files/activejob/README_rdoc.html] for more details.
#
# === Backends Features
#