Just wondering whether there\'s a way to use turbolinks directly in a rails link_to helper, a quick bit of googling didn\'t uncover anything of note, here\'s the type of thi
Turbolinks 5 uses a slightly different syntax
<%= link_to "Foo", new_foo_path(@foo), data: { turbolinks: false } %>
Source: Turbolinks Github Page