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

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

8 lines
125 B
Ruby
Raw Normal View History

2020-05-24 23:13:21 +05:30
# frozen_string_literal: true
module Ci
class FreezePeriodPolicy < BasePolicy
2023-03-04 22:38:38 +05:30
delegate { @subject.project }
2020-05-24 23:13:21 +05:30
end
end