aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-11-13 19:50:00 -0500
committerGitHub <noreply@github.com>2016-11-13 19:50:00 -0500
commitf3aff3ecb19a9af4fb0f95a318c576e9a223dc7b (patch)
treeb56fd402dc02efd6d29c3ae220f0e5fca0cee6bc
parent5b2ea20f562aa09ade8965f72c4075dd79609956 (diff)
parent7c7f4f96dfc3507f83ea23a9aa98bc6b5d1e5f51 (diff)
downloadrails-f3aff3ecb19a9af4fb0f95a318c576e9a223dc7b.tar.gz
rails-f3aff3ecb19a9af4fb0f95a318c576e9a223dc7b.tar.bz2
rails-f3aff3ecb19a9af4fb0f95a318c576e9a223dc7b.zip
Merge pull request #27036 from y-yagi/update_turbolinks_example
use correct value in example [ci skip]
-rw-r--r--actioncable/lib/action_cable/helpers/action_cable_helper.rb2
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.