This gem allows to validate spanish control digits inside IBANs, which others gem don't.
It should work just adding gem "iban_bic" to Gemfile, since BICs calculations won't be used here. Validating iban field with this gem is documented here: https://github.com/podemos-info/iban_bic/blob/master/README.md#usage
PS: This gem allows to validate that IBAN is from a SEPA country. It would be nice to use this validation too.
This gem allows to validate spanish control digits inside IBANs, which others gem don't. It should work just adding
gem "iban_bic"
to Gemfile, since BICs calculations won't be used here. Validating iban field with this gem is documented here: https://github.com/podemos-info/iban_bic/blob/master/README.md#usagePS: This gem allows to validate that IBAN is from a SEPA country. It would be nice to use this validation too.