Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <td> <%= link_to 'Show', novel_path(novel) %> </td>
  2. <td> <%= link_to 'Edit', edit_novel_path(novel) %> </td>
  3. <td> <%= link_to 'Delete', novel_path(novel), method: :Delete, data: {confirm: "Are you sure you want to delete these details?"} %> </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement