Welcome to mirror list, hosted at ThFree Co, Russian Federation.

design_collection_policy.rb « design_management « policies « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a833da27ccb9053b576b74d48dcc4f318e195e0 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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