Add activejob guide to documents.yml [ci skip]

This commit is contained in:
Cristian Bica 2014-08-18 23:22:25 +03:00
parent abeaf514d0
commit 529282b020
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@
name: Action Mailer Basics
url: action_mailer_basics.html
description: This guide describes how to use Action Mailer to send and receive emails.
-
name: Active Job Basics
url: active_job_basics.html
description: This guide provides you with all you need to get started in creating, enqueueing and executing background jobs.
-
name: Testing Rails Applications
url: testing.html