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

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

8 lines
117 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module AlertManagement
def self.table_name_prefix
'alert_management_'
end
end