aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actioncable/lib/action_cable.rb')
-rw-r--r--actioncable/lib/action_cable.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/actioncable/lib/action_cable.rb b/actioncable/lib/action_cable.rb
index 48930ce948..a8e4d1cb25 100644
--- a/actioncable/lib/action_cable.rb
+++ b/actioncable/lib/action_cable.rb
@@ -29,11 +29,9 @@ module ActionCable
extend ActiveSupport::Autoload
INTERNAL = {
- identifiers: {
- ping: '_ping'.freeze
- },
message_types: {
welcome: 'welcome'.freeze,
+ ping: 'ping'.freeze,
confirmation: 'confirm_subscription'.freeze,
rejection: 'reject_subscription'.freeze
}