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

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

2022-10-11 01:57:18 +05:30
# frozen_string_literal: true
class ProtectedBranchAccessPolicy < BasePolicy
delegate { @subject.protected_branch }
end