Elfproef
This Ruby on Rails plugin adds a validation method for Dutch bank account numbers. These can be validated using the so-called Elfproef.
Installation
- go to your application’s root directory
- ruby script/plugin install git://github.com/tilsammans/elfproef.git
- restart your application
Usage
Add “validates_elfproef_of” to your model class.
class User < ActiveRecord::Base validates_elfproef_of :bank_account end
No comments yet.