class SimpleForm::BankAccountNumber::Format

A full bank account number format

Constants

COUNTRIES

Public Class Methods

for_country(alpha2) click to toggle source
# File lib/simple_form/bank_account_number/countries.rb, line 31
def self.for_country(alpha2)
  COUNTRIES[alpha2.upcase] || COUNTRIES[nil]
end