debian-mirror-gitlab/app/policies/operations/feature_flag_policy.rb

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

8 lines
132 B
Ruby
Raw Normal View History

2020-11-24 15:15:51 +05:30
# frozen_string_literal: true
module Operations
class FeatureFlagPolicy < BasePolicy
delegate { @subject.project }
end
end