gitlab-org--gitlab-foss/app/models/ml.rb

7 lines
89 B
Ruby

# frozen_string_literal: true
module Ml
def self.table_name_prefix
'ml_'
end
end