From 7c7f4f96dfc3507f83ea23a9aa98bc6b5d1e5f51 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 14 Nov 2016 09:45:28 +0900 Subject: use correct value in example [ci skip] Need to specify `reload` from turbolinks 5. Ref: 7225f0bb9fd1d71a7a37b53815c90178cc7319bd --- actioncable/lib/action_cable/helpers/action_cable_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/lib/action_cable') diff --git a/actioncable/lib/action_cable/helpers/action_cable_helper.rb b/actioncable/lib/action_cable/helpers/action_cable_helper.rb index 2081a37db6..f53be0bc31 100644 --- a/actioncable/lib/action_cable/helpers/action_cable_helper.rb +++ b/actioncable/lib/action_cable/helpers/action_cable_helper.rb @@ -6,7 +6,7 @@ module ActionCable # # # <%= action_cable_meta_tag %> - # <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> + # <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> # # # This is then used by Action Cable to determine the URL of your WebSocket server. -- cgit v1.2.3