📜  rails ink_to id - Ruby 代码示例

📅  最后修改于: 2022-03-11 15:04:50.080000             🧑  作者: Mango

代码示例1
<%= link_to event, id: "an-id", class: "some-class" do  %>
  #bunch of stuff making up the partial.
<% end %>