aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2019-01-29 22:57:00 -0500
committerGitHub <noreply@github.com>2019-01-29 22:57:00 -0500
commit370310bb1eb886bf0b2fabe70fb74a473f46d08a (patch)
tree8658c241b7e05fdae5d2da5c3469bc889b0a4953 /guides
parent94d54fa4ab641a0ddeb173409cb41cc5becc02a9 (diff)
parent8ed276b2f785710420fc51cd1b8fccd89cb4a06e (diff)
downloadrails-370310bb1eb886bf0b2fabe70fb74a473f46d08a.tar.gz
rails-370310bb1eb886bf0b2fabe70fb74a473f46d08a.tar.bz2
rails-370310bb1eb886bf0b2fabe70fb74a473f46d08a.zip
Merge pull request #35094 from palkan/feature/action-cable-load-hooks
Add ActionCable channel/connection load hooks
Diffstat (limited to 'guides')
-rw-r--r--guides/source/engines.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index f15383e3f1..053e3aa16e 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -1497,6 +1497,8 @@ To hook into the initialization process of one of the following classes use the
| Class | Available Hooks |
| --------------------------------- | ------------------------------------ |
| `ActionCable` | `action_cable` |
+| `ActionCable::Channel::Base` | `action_cable_channel` |
+| `ActionCable::Connection::Base` | `action_cable_connection` |
| `ActionController::API` | `action_controller_api` |
| `ActionController::API` | `action_controller` |
| `ActionController::Base` | `action_controller_base` |