diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-18 17:29:10 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-08-18 17:29:10 -0300 |
commit | 986dee5ca1db38ddb2e5394a0cc88831b175e018 (patch) | |
tree | 0a4e63919508e727522c158f1aa1ea1f32eab942 /guides/source | |
parent | 77de1d6edb07f8428f73fca691cccb7889e55c26 (diff) | |
parent | 529282b0206f6eac8bfbc01a3053cd89b756eb0f (diff) | |
download | rails-986dee5ca1db38ddb2e5394a0cc88831b175e018.tar.gz rails-986dee5ca1db38ddb2e5394a0cc88831b175e018.tar.bz2 rails-986dee5ca1db38ddb2e5394a0cc88831b175e018.zip |
Merge pull request #16547 from cristianbica/add-active-job-guide-links
Add activejob guide to documents.yml [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/documents.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 82e248ee38..562c65dc0e 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -75,6 +75,10 @@ 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 work_in_progress: true |