Files
clientsflow/research/chatwoot/app/models/kbase.rb

6 lines
65 B
Ruby

module Kbase
def self.table_name_prefix
'kbase_'
end
end