diff options
author | Oscar Amado <oaamados@gmail.com> | 2018-05-24 16:37:56 +0200 |
---|---|---|
committer | Oscar Amado <oaamados@gmail.com> | 2018-05-24 16:39:38 +0200 |
commit | d795e94c454d7bb888941f44a59883b5dae73c4f (patch) | |
tree | c5875384234b8af833e404b4df3f3bff18c0853a /activejob/lib/active_job | |
parent | 097650c194a80004169423c696974c504228c460 (diff) | |
download | rails-d795e94c454d7bb888941f44a59883b5dae73c4f.tar.gz rails-d795e94c454d7bb888941f44a59883b5dae73c4f.tar.bz2 rails-d795e94c454d7bb888941f44a59883b5dae73c4f.zip |
correct link to activejob readme [ci skip]
Diffstat (limited to 'activejob/lib/active_job')
-rw-r--r-- | activejob/lib/active_job/queue_adapters.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters.rb b/activejob/lib/active_job/queue_adapters.rb index 7854467cc1..43ca998937 100644 --- a/activejob/lib/active_job/queue_adapters.rb +++ b/activejob/lib/active_job/queue_adapters.rb @@ -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 # |