diff options
author | Cristian Bica <cristian.bica@gmail.com> | 2014-08-18 23:22:25 +0300 |
---|---|---|
committer | Cristian Bica <cristian.bica@gmail.com> | 2014-08-18 23:22:25 +0300 |
commit | 529282b0206f6eac8bfbc01a3053cd89b756eb0f (patch) | |
tree | 8c307a98f31d262fbd0d91a02914d9c71257e2e9 /guides | |
parent | abeaf514d0f82fae67f496cde872f5e172b7903a (diff) | |
download | rails-529282b0206f6eac8bfbc01a3053cd89b756eb0f.tar.gz rails-529282b0206f6eac8bfbc01a3053cd89b756eb0f.tar.bz2 rails-529282b0206f6eac8bfbc01a3053cd89b756eb0f.zip |
Add activejob guide to documents.yml [ci skip]
Diffstat (limited to 'guides')
-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 |