mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 16:38:18 +00:00
5 lines
73 B
Ruby
5 lines
73 B
Ruby
module Warehouse
|
|
def self.table_name_prefix
|
|
"warehouse_"
|
|
end
|
|
end
|