This commit is contained in:
Eugen Rochko 2022-08-16 01:00:23 +02:00
parent 113dd90aa3
commit 7f4db65217
7 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# frozen_string_literal: true
module Admin
class AbuseMetricsController < BaseController
def index
authorize :dashboard, :index?
end
end
end