From f184cd34f9ef35ddf85a23c2fb02cc05d3fb26b3 Mon Sep 17 00:00:00 2001 From: hemali jain Date: Fri, 23 Oct 2015 01:49:46 +0800 Subject: [ci skip] removed extra comma --- guides/source/4_2_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 8a59007420..20eb4fa7e3 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -37,7 +37,7 @@ Major Features Active Job is a new framework in Rails 4.2. It is a common interface on top of queuing systems like [Resque](https://github.com/resque/resque), [Delayed Job](https://github.com/collectiveidea/delayed_job), -[Sidekiq](https://github.com/mperham/sidekiq), and more. +[Sidekiq](https://github.com/mperham/sidekiq) and more. Jobs written with the Active Job API run on any of the supported queues thanks to their respective adapters. Active Job comes pre-configured with an inline -- cgit v1.2.3