debian-mirror-gitlab/app/policies/abuse_report_policy.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
137 B
Ruby
Raw Normal View History

2023-07-09 08:55:56 +05:30
# frozen_string_literal: true
class AbuseReportPolicy < ::BasePolicy
rule { admin }.policy do
enable :read_abuse_report
end
end