6 lines
90 B
Ruby
6 lines
90 B
Ruby
module SiteCustomization
|
|
def self.table_name_prefix
|
|
'site_customization_'
|
|
end
|
|
end
|