# frozen_string_literal: true

module DesignManagement
  class DesignCollectionPolicy < DesignPolicy
    # Delegates everything to the `issue` just like the `DesignPolicy`
  end
end