WarpEngine dropdown

This commit is contained in:
2026-08-06 16:22:17 +02:00
parent 91c31e05bc
commit 0cba2e3e3d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ActiveAdmin.register WarpEngine::Download, as: "Download" do
actions :index, :show
menu priority: 7, label: "📊 Download Stats"
menu parent: "WarpEngine", priority: 7, label: "📊 Download Stats"
scope :all, default: true
scope("Today") { |scope| scope.where("downloads.created_at >= ?", Date.current.beginning_of_day) }