gitlink-forgeplus/app/models/ci.rb

6 lines
59 B
Ruby

module Ci
def self.table_name_prefix
'ci_'
end
end