diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2016-02-20 14:14:05 +0530 |
---|---|---|
committer | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2016-02-20 14:14:05 +0530 |
commit | 3156a7692c3c51adb846252192364172b05bd67f (patch) | |
tree | 9315c498b8dda3e6f7991498bf2615356ffaf08e | |
parent | 2df891dccdcfbdfb176c55297589712ac379f87d (diff) | |
parent | 788223ac466862faad400a451d1a9a26f7fb3aa7 (diff) | |
download | rails-3156a7692c3c51adb846252192364172b05bd67f.tar.gz rails-3156a7692c3c51adb846252192364172b05bd67f.tar.bz2 rails-3156a7692c3c51adb846252192364172b05bd67f.zip |
Merge pull request #23788 from gautamsawhney/master
Fixed a typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ or to generate the body of an email. In Rails, View generation is handled by Act You can read more about Action View in its [README](actionview/README.rdoc). Active Record, Active Model, Action Pack, and Action View can each be used independently outside Rails. -In addition to them, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library +In addition to that, Rails also comes with Action Mailer ([README](actionmailer/README.rdoc)), a library to generate and send emails; Active Job ([README](activejob/README.md)), a framework for declaring jobs and making them run on a variety of queueing backends; Action Cable ([README](actioncable/README.md)), a framework to |