Skip to content
Snippets Groups Projects
Commit 7b2dffd9 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek
Browse files

Modify feature category for abuse reports controllers

parent a22bc367
No related merge requests found
......@@ -3,7 +3,7 @@
class AbuseReportsController < ApplicationController
before_action :set_user, only: [:new]
feature_category :users
feature_category :insider_threat
def new
@abuse_report = AbuseReport.new
......
# frozen_string_literal: true
class Admin::AbuseReportsController < Admin::ApplicationController
feature_category :users
feature_category :insider_threat
def index
@abuse_reports = AbuseReportsFinder.new(params).execute
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment