debian-mirror-gitlab/app/policies/design_management/version_policy.rb
2020-05-24 23:13:21 +05:30

9 lines
191 B
Ruby

# frozen_string_literal: true
module DesignManagement
class VersionPolicy < ::BasePolicy
# The IssuePolicy will delegate to the ProjectPolicy
delegate { @subject.issue }
end
end