Listing Books

> Title Content <% @books.each do |book| %> <%= book.title %> <%= book.content %> <%= link_to "Show", book %> <%= link_to "Edit", edit_book_path(book) %> <%= link_to "Destroy", book, method: :delete, data: { confirm: "Are you sure?" } %> <% end %> >
<%= link_to "New book", new_book_path %> <% code %Q: text \: text : code %>