6 lines
61 B
Ruby
Executable File
6 lines
61 B
Ruby
Executable File
module Crm
|
|
def self.table_name_prefix
|
|
'crm_'
|
|
end
|
|
end
|