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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable.rb b/actioncable/lib/action_cable.rb
index a8e4d1cb25..68a5fff3e7 100644
--- a/actioncable/lib/action_cable.rb
+++ b/actioncable/lib/action_cable.rb
@@ -34,7 +34,8 @@ module ActionCable
ping: 'ping'.freeze,
confirmation: 'confirm_subscription'.freeze,
rejection: 'reject_subscription'.freeze
- }
+ },
+ default_mount_path: '/cable'.freeze
}
# Singleton instance of the server