thumb fix

This commit is contained in:
2026-07-27 11:38:23 +02:00
parent 6d09dd9778
commit 7adbf326a1
+5 -1
View File
@@ -92,7 +92,11 @@ ActiveAdmin.register Software do
controller do
def scoped_collection
super.includes(:software_images)
super.includes(software_images: :image)
end
def find_resource
scoped_collection.find(params[:id])
end
end