6 lines
65 B
Ruby
6 lines
65 B
Ruby
|
module Kbase
|
||
|
def self.table_name_prefix
|
||
|
'kbase_'
|
||
|
end
|
||
|
end
|