mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
5 lines
77 B
Ruby
5 lines
77 B
Ruby
module USPS::IVMTR
|
|
def self.table_name_prefix
|
|
"usps_iv_mtr_"
|
|
end
|
|
end
|