6 lines
78 B
Ruby
6 lines
78 B
Ruby
module LocalBrainz
|
|
def self.table_name_prefix
|
|
'local_brainz_'
|
|
end
|
|
end
|