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

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

module SystemAccess
  def self.table_name_prefix
    'system_access_'
  end
end