UK Validators
This library contains validators for the following UK-centric data:
- National Insurance Number
Installation
Add this line to your application's Gemfile:
gem 'uk_validators'
And then execute:
$ bundle
Usage
National Insurance Number (Nino)
Simply add the following to your model
validates :my_nino_attribute, nino: true
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request