From 6ce098eacf17debb2d9475f9c59a0ae3a1762607 Mon Sep 17 00:00:00 2001 From: C Nees Date: Sat, 19 Sep 2020 18:27:25 -0700 Subject: [PATCH] Remove editorializing in ActionCable guide --- guides/source/action_cable_overview.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index 320c6242d2..c7a0c51eb6 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -77,10 +77,6 @@ A broadcasting is a pub/sub link where anything transmitted by the broadcaster i sent directly to the channel subscribers who are streaming that named broadcasting. Each channel can be streaming zero or more broadcastings. -As you can see, this is a fairly deep architectural stack. There's a lot of new -terminology to identify the new pieces, and on top of that, you're dealing -with both client and server side reflections of each unit. - ## Server-Side Components ### Connections