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