debian-mirror-gitlab/app/policies/protected_branch_access_policy.rb
2022-10-11 01:57:18 +05:30

5 lines
123 B
Ruby

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