This commit is contained in:
2026-08-25 14:49:23 +02:00
parent c802605525
commit 552fdbe3a4
40 changed files with 207 additions and 182 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ ActiveAdmin.register WarpEngine::Download, as: "Download" do
controller do
def scoped_collection
super.includes(release: :software)
super.kept.includes(release: :software)
end
end
end