Files
akkounts/app/models/app_catalog.rb
T

6 lines
76 B
Ruby

module AppCatalog
def self.table_name_prefix
"app_catalog_"
end
end