Some links

This commit is contained in:
2025-07-15 21:22:10 +03:00
parent 586f2cf3ee
commit 434b5b184e
4 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -43,7 +43,10 @@ class TasksController < ApplicationController
end
end
def delete; end
def delete
@task.destroy!
redirect_to tasks_path(project: @task.project)
end
private