<%= link_to 'Delete', [task.list, task],
method: :delete,
data: { confirm: 'Are you sure?' } %>
Started GET "/lists/2/tasks/4" for 127.0.0.1 at 2022-05-24 13:32:16 +0500
AbstractController::ActionNotFound (The action 'show' could not be found for TasksController)