From 86f1ac450469cfce2d53be41b7f9d594e2d3a985 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 8 Oct 2021 18:40:52 -0300 Subject: [PATCH] =?UTF-8?q?fixup!=20mostrar=20gr=C3=A1ficos=20de=20recurso?= =?UTF-8?q?s=20utilizados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/policies/site_stat_policy.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/policies/site_stat_policy.rb b/app/policies/site_stat_policy.rb index d11be95d..6c98c775 100644 --- a/app/policies/site_stat_policy.rb +++ b/app/policies/site_stat_policy.rb @@ -16,4 +16,8 @@ class SiteStatPolicy def host? index? end + + def resources? + index? + end end