diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-07-05 09:42:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 09:42:10 -0400 |
commit | 2b554318469a44e2066f1429142d9b6ad3424218 (patch) | |
tree | 4445f6eaad63febe34c1b52d5f3b713082dfe27d | |
parent | 087ca9ad0126022412a9306f312ca8d1df298779 (diff) | |
parent | 41c3ebaf38eca7fb528c8439445ad52e815fb5b9 (diff) | |
download | rails-2b554318469a44e2066f1429142d9b6ad3424218.tar.gz rails-2b554318469a44e2066f1429142d9b6ad3424218.tar.bz2 rails-2b554318469a44e2066f1429142d9b6ad3424218.zip |
Merge pull request #25698 from CodingItWrong/action-cable-title-fix
Add header demarcation to Action Cable guide
-rw-r--r-- | guides/source/action_cable_overview.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index 2308befd12..0d00b7f07b 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -9,7 +9,9 @@ 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 +* Deployment and Architecture setup for running Action Cable + +-------------------------------------------------------------------------------- Introduction ------------ |