Welcome to mirror list, hosted at ThFree Co, Russian Federation.

protected_branch_access_policy.rb « policies « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f33af89d2a43b4540ddd71ba8600c9a55494b45 (plain)
1
2
3
4
5
# frozen_string_literal: true

class ProtectedBranchAccessPolicy < BasePolicy
  delegate { @subject.protected_branch }
end