WIP
This commit is contained in:
parent
113dd90aa3
commit
7f4db65217
7 changed files with 77 additions and 0 deletions
9
app/controllers/admin/abuse_metrics_controller.rb
Normal file
9
app/controllers/admin/abuse_metrics_controller.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Admin
|
||||
class AbuseMetricsController < BaseController
|
||||
def index
|
||||
authorize :dashboard, :index?
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue