if you are using turbolink there are links to sites where you might not want that turbolink is used.
you can prevent that by adding "data-turbolinks" => "false"
<%= link_to "link", "/link","data-turbolinks" => "false" %>
Devs at IST are sharing things
if you are using turbolink there are links to sites where you might not want that turbolink is used.
you can prevent that by adding "data-turbolinks" => "false"
<%= link_to "link", "/link","data-turbolinks" => "false" %>