i want to Disable turbolinks througtout the app. for example
1.html file
index.html.erb
<%=link_to 'add',"data-turbolinks" => "false"%>
2.html file
new.html.erb
<%=link_to 'add',"data-turbolinks" => "false"%>
so i have many html files how to do this all link_to after its possible?