gitlab-org--gitlab-foss/app/policies/protected_branch_access_pol...

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

6 lines
123 B
Ruby
Raw Normal View History

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