mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
5 lines
63 B
Ruby
5 lines
63 B
Ruby
module USPS
|
|
def self.table_name_prefix
|
|
"usps_"
|
|
end
|
|
end
|