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

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

module ServiceDesk
  def self.table_name_prefix
    'service_desk_'
  end
end