aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/queue_adapters.rb
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@gmail.com>2016-01-27 15:31:52 -0500
committerEileen M. Uchitelle <eileencodes@gmail.com>2016-01-27 15:31:52 -0500
commitcadb8af32dbb8877b096e7f69c401c34260dc902 (patch)
tree43bb4a0c623b516a3df3a31fa7a896fccaee48b3 /activejob/lib/active_job/queue_adapters.rb
parente5e42a3687801a1dc1c3e36ea784a7a1479a9230 (diff)
parenta9a64c490dd5f5038b05338debe439855323afb5 (diff)
downloadrails-cadb8af32dbb8877b096e7f69c401c34260dc902.tar.gz
rails-cadb8af32dbb8877b096e7f69c401c34260dc902.tar.bz2
rails-cadb8af32dbb8877b096e7f69c401c34260dc902.zip
Merge pull request #23284 from maclover7/suckerpunch-2
Update ActiveJob adapter for sucker_punch 2.0
Diffstat (limited to 'activejob/lib/active_job/queue_adapters.rb')
-rw-r--r--activejob/lib/active_job/queue_adapters.rb2
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 aeb1fe1e73..2c5039ef4d 100644
--- a/activejob/lib/active_job/queue_adapters.rb
+++ b/activejob/lib/active_job/queue_adapters.rb
@@ -27,7 +27,7 @@ module ActiveJob
# | Resque | Yes | Yes | Yes (Gem) | Queue | Global | Yes |
# | Sidekiq | Yes | Yes | Yes | Queue | No | Job |
# | Sneakers | Yes | Yes | No | Queue | Queue | No |
- # | Sucker Punch | Yes | Yes | No | No | No | No |
+ # | Sucker Punch | Yes | Yes | Yes | No | No | No |
# | Active Job Async | Yes | Yes | Yes | No | No | No |
# | Active Job Inline | No | Yes | N/A | N/A | N/A | N/A |
#