Files
gitlab-foss/app/policies/protected_branch_access_policy.rb
2022-09-12 15:14:03 +00:00

6 lines
123 B
Ruby

# frozen_string_literal: true
class ProtectedBranchAccessPolicy < BasePolicy
delegate { @subject.protected_branch }
end