summaryrefslogtreecommitdiff
path: root/app/policies/protected_branch_access_policy.rb
blob: 4f33af89d2a43b4540ddd71ba8600c9a55494b45 (plain)
1
2
3
4
5
# frozen_string_literal: true

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