aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorSergey Ponomarev <me@sergey-ponomarev.ru>2019-01-23 17:58:27 -0500
committerSergey Ponomarev <me@sergey-ponomarev.ru>2019-02-01 18:54:28 -0500
commit2929186e211addc52c3243d6afde151bc800bb22 (patch)
treedc080c669929505f9b56925dcba4ae97056a12b7 /guides/source/configuring.md
parent8642e3dce569f4d40c3d1a9fb9a9e635e4c391ae (diff)
downloadrails-2929186e211addc52c3243d6afde151bc800bb22.tar.gz
rails-2929186e211addc52c3243d6afde151bc800bb22.tar.bz2
rails-2929186e211addc52c3243d6afde151bc800bb22.zip
Add Worker Pool section to Action Cable configuration docs
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index a727dcd010..c799f6c01e 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -798,6 +798,9 @@ main application.
You can set this as nil to not mount Action Cable as part of your
normal Rails server.
+You can find more detailed configuration options in the
+[Action Cable Overview](action_cable_overview.html#configuration).
+
### Configuring Active Storage