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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
111 B
Ruby
Raw Normal View History

2021-02-22 17:27:13 +05:30
# frozen_string_literal: true
class ProjectCiCdSettingPolicy < BasePolicy
delegate { @subject.project }
end