akkounts/app/models/app_catalog.rb

6 lines
76 B
Ruby

module AppCatalog
def self.table_name_prefix
"app_catalog_"
end
end