debian-mirror-gitlab/app/policies/project_label_policy.rb
2018-11-18 11:00:15 +05:30

6 lines
105 B
Ruby

# frozen_string_literal: true
class ProjectLabelPolicy < BasePolicy
delegate { @subject.project }
end