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