debian-mirror-gitlab/app/policies/ci/project_pipelines_policy.rb

8 lines
129 B
Ruby
Raw Normal View History

2022-04-04 11:22:00 +05:30
# frozen_string_literal: true
module Ci
class ProjectPipelinesPolicy < BasePolicy
delegate { @subject.project }
end
end