Using turbolinks in a Rails link_to

前端 未结 6 1229
臣服心动
臣服心动 2020-11-29 03:14

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

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 03:59

    when you'd like to change language using locale, you have do like here:

    <%= link_to content_tag(:span, "Українською"),  {locale: :uk},  
    data:{ turbolinks: "false" }%>
    

提交回复
热议问题