Title
Authors
Price
<% @books.each do |book| %>
<%= link_to book.title, book %>
<%= book.authors %>
<%= book.price_with_currency %>
<% end %>