aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-06-07 17:34:28 -0700
committerVipul A M <vipulnsward@gmail.com>2016-06-07 17:34:28 -0700
commit2592e22ab7a5025a473139048674e687423bde46 (patch)
treebd557e40e6630cbb9cd76cf5fe5fff8fc775fd11 /guides
parent4e85538dddf47877cacc65cea6c050e349af0405 (diff)
downloadrails-2592e22ab7a5025a473139048674e687423bde46.tar.gz
rails-2592e22ab7a5025a473139048674e687423bde46.tar.bz2
rails-2592e22ab7a5025a473139048674e687423bde46.zip
Expand on AC introduction list [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/action_cable_overview.md2
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
------------