8 lines
163 B
Ruby
8 lines
163 B
Ruby
# frozen_string_literal: true
|
|
module DependencyProxy
|
|
URL_SUFFIX = '/dependency_proxy/containers'
|
|
|
|
def self.table_name_prefix
|
|
'dependency_proxy_'
|
|
end
|
|
end
|