diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-06-07 17:34:28 -0700 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-06-07 17:34:28 -0700 |
commit | 2592e22ab7a5025a473139048674e687423bde46 (patch) | |
tree | bd557e40e6630cbb9cd76cf5fe5fff8fc775fd11 | |
parent | 4e85538dddf47877cacc65cea6c050e349af0405 (diff) | |
download | rails-2592e22ab7a5025a473139048674e687423bde46.tar.gz rails-2592e22ab7a5025a473139048674e687423bde46.tar.bz2 rails-2592e22ab7a5025a473139048674e687423bde46.zip |
Expand on AC introduction list [ci skip]
-rw-r--r-- | guides/source/action_cable_overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index 16aa9438a2..f37be6474b 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -6,8 +6,10 @@ incorporate real-time features into your Rails application. After reading this guide, you will know: +* What Action Cable is and its integration on backend and frontend * How to setup Action Cable * How to setup channels +* Deployment and Architecture setup for running Action Cable Introduction ------------ |