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

dependency_proxy.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 510a304ff17335f8575b80d7850e73f8e9818b89 (plain)
1
2
3
4
5
6
# frozen_string_literal: true
module DependencyProxy
  def self.table_name_prefix
    'dependency_proxy_'
  end
end