6 lines
76 B
Ruby
6 lines
76 B
Ruby
module AppCatalog
|
|
def self.table_name_prefix
|
|
"app_catalog_"
|
|
end
|
|
end
|