<%= notice %>
Title | Author | Summary | |||
---|---|---|---|---|---|
<%= book.title %> | <%= book.author %> | <%= book.summary %> | <%= link_to 'Show', book %> | <%= link_to 'Edit', edit_book_path(book) %> | <%= link_to 'Destroy', book, method: :delete, data: { confirm: 'Are you sure?' } %> |