aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2019-02-12 19:09:41 -0500
committerGitHub <noreply@github.com>2019-02-12 19:09:41 -0500
commit8d9d46fdae4502b8881eca641c51a64ee7804194 (patch)
tree739fe3eec895bf35168d328ebb262d3c91e39360 /guides/source/configuring.md
parentbc2954d02b7bae0c1ae3a9a647d5cf6699c25b51 (diff)
parent2929186e211addc52c3243d6afde151bc800bb22 (diff)
downloadrails-8d9d46fdae4502b8881eca641c51a64ee7804194.tar.gz
rails-8d9d46fdae4502b8881eca641c51a64ee7804194.tar.bz2
rails-8d9d46fdae4502b8881eca641c51a64ee7804194.zip
Merge pull request #35034 from sponomarev/chore/ac-docs-worker-pool
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 e7129dd274..ad82614a0d 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -791,6 +791,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