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
when you'd like to change language using locale, you have do like here:
<%= link_to content_tag(:span, "Українською"), {locale: :uk}, data:{ turbolinks: "false" }%>