class Country < InvoicingRecord
  self.table_name = :inv_billing_settings
  self.inheritance_column = :_type_disabled
  default_scope -> { where(type: 'PAY') }
end
