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

5 lines
77 B
Ruby

module USPS::IVMTR
def self.table_name_prefix
"usps_iv_mtr_"
end
end