diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2015-03-01 01:22:42 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2015-03-01 01:22:42 +0000 |
commit | 31aa91cc0bfb96bc53bcd4d9782a992acbacda90 (patch) | |
tree | 47e238abfab11018a8ea1d3f6445448efdf50559 /activejob | |
parent | 92849df7324b9aaa1e8f1660101939438420c829 (diff) | |
parent | 4826ec9039d9a588b1e4c417fdae9516e2396839 (diff) | |
download | rails-31aa91cc0bfb96bc53bcd4d9782a992acbacda90.tar.gz rails-31aa91cc0bfb96bc53bcd4d9782a992acbacda90.tar.bz2 rails-31aa91cc0bfb96bc53bcd4d9782a992acbacda90.zip |
Merge pull request #19136 from kant/patch-1
Minor fixes (proposal)
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activejob/README.md b/activejob/README.md index 8c83d3669a..5170ebee6e 100644 --- a/activejob/README.md +++ b/activejob/README.md @@ -7,7 +7,7 @@ small units of work and run in parallel, really. It also serves as the backend for Action Mailer's #deliver_later functionality that makes it easy to turn any mailing into a job for running later. That's -one of the most common jobs in a modern web application: Sending emails outside +one of the most common jobs in a modern web application: sending emails outside of the request-response cycle, so the user doesn't have to wait on it. The main point is to ensure that all Rails apps will have a job infrastructure @@ -118,7 +118,7 @@ Active Job is released under the MIT license: ## Support -API documentation is at +API documentation is at: * http://api.rubyonrails.org |