diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-11-14 09:45:28 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-11-14 09:45:28 +0900 |
commit | 7c7f4f96dfc3507f83ea23a9aa98bc6b5d1e5f51 (patch) | |
tree | b56fd402dc02efd6d29c3ae220f0e5fca0cee6bc /actioncable/lib/action_cable/helpers | |
parent | 5b2ea20f562aa09ade8965f72c4075dd79609956 (diff) | |
download | rails-7c7f4f96dfc3507f83ea23a9aa98bc6b5d1e5f51.tar.gz rails-7c7f4f96dfc3507f83ea23a9aa98bc6b5d1e5f51.tar.bz2 rails-7c7f4f96dfc3507f83ea23a9aa98bc6b5d1e5f51.zip |
use correct value in example [ci skip]
Need to specify `reload` from turbolinks 5.
Ref: 7225f0bb9fd1d71a7a37b53815c90178cc7319bd
Diffstat (limited to 'actioncable/lib/action_cable/helpers')
-rw-r--r-- | actioncable/lib/action_cable/helpers/action_cable_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 # # <head> # <%= action_cable_meta_tag %> - # <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> + # <%= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload' %> # </head> # # This is then used by Action Cable to determine the URL of your WebSocket server. |