Skip to content

IBAN validator for ActiveRecord attributes in Rails.

License

Notifications You must be signed in to change notification settings

extendi/validates_iban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValidatesIban

ActiveRecord validator for IBAN codes using this project to do the actual validation: https://github.com/iulianu/iban-tools

This project rocks and uses MIT-LICENSE.

Installation

Add to your Gemfile and bundle:

gem "validates_iban"

Usage

class Account < ApplicationRecord
  validates :iban_string, iban: true
end

About

IBAN validator for ActiveRecord attributes in Rails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.6%
  • HTML 11.5%
  • JavaScript 2.2%
  • CSS 1.7%