6 lines
71 B
Ruby
6 lines
71 B
Ruby
|
module Settings
|
||
|
def self.table_name_prefix
|
||
|
'settings_'
|
||
|
end
|
||
|
end
|