Welcome to mirror list, hosted at ThFree Co, Russian Federation.

error_tracking.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20729330088ac9b65e87e96469d510c8254b8a9c (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module ErrorTracking
  def self.table_name_prefix
    'error_tracking_'
  end
end