diff options
author | Vladimir Dementyev <dementiev.vm@gmail.com> | 2019-01-29 22:07:49 -0500 |
---|---|---|
committer | Vladimir Dementyev <dementiev.vm@gmail.com> | 2019-01-29 22:07:49 -0500 |
commit | 8ed276b2f785710420fc51cd1b8fccd89cb4a06e (patch) | |
tree | 8658c241b7e05fdae5d2da5c3469bc889b0a4953 /guides | |
parent | 94d54fa4ab641a0ddeb173409cb41cc5becc02a9 (diff) | |
download | rails-8ed276b2f785710420fc51cd1b8fccd89cb4a06e.tar.gz rails-8ed276b2f785710420fc51cd1b8fccd89cb4a06e.tar.bz2 rails-8ed276b2f785710420fc51cd1b8fccd89cb4a06e.zip |
Add ActionCable channel/connection load hooks
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/engines.md | 2 |
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` | |