theseus/app/models/warehouse.rb
2025-05-31 23:25:41 -04:00

5 lines
73 B
Ruby

module Warehouse
def self.table_name_prefix
"warehouse_"
end
end