Project creation/destruction admin table turbo streams

This commit is contained in:
2025-11-13 00:25:32 +02:00
parent 7839a58464
commit e8bea5dd60
5 changed files with 15 additions and 6 deletions
+2
View File
@@ -14,6 +14,8 @@ module Projects
create_default_task_statuses(project)
project.update!(status: :ready)
end
project.broadcast_append_later_to Project, :admin_table, partial: 'projects/row'
end
private