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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
89 B
Ruby
Raw Permalink Normal View History

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