1 2 3 4 5 6 7 8
# frozen_string_literal: true module DependencyProxy URL_SUFFIX = '/dependency_proxy/containers' def self.table_name_prefix 'dependency_proxy_' end end