Files
sx-fc/app/models/crm.rb
2017-10-23 11:38:10 +06:30

6 lines
61 B
Ruby
Executable File

module Crm
def self.table_name_prefix
'crm_'
end
end