Answers for "link_to rails"

2

link to do rails

<%= link_to books_path do %>
  <%= image_tag "Book Collection" %>
<% end %>
Posted by: Guest on November-24-2020
0

rails ink_to id

<%= link_to event, id: "an-id", class: "some-class" do  %>
  #bunch of stuff making up the partial.
<% end %>
Posted by: Guest on December-07-2020

Browse Popular Code Answers by Language