edgarjs / validates-as-clabe

Validates an attribute as a CLABE number.

This URL has Read+Write access

name age message
file README Loading commit data...
file README~
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
README
==Sinopsis
Validates an attribute as a CLABE number.

==Repository
    git://github.com/edgarjs/validates-as-clabe.git

==Home
    http://mimbles.net

==Usage
As any other validation:

    class User < ActiveRecord::Base
      validates_as_clabe :bank_account # may have options like :on, :if and :message
      validates_presence_of :name, :bank_account
      #...
    end

==Credits
* _Version_: 1.0.2
* _Author_: Edgar J. Suarez Heredia - http://mimbles.net
* _Feedback_: edgar.js@gmail.com
* _License_: Rails' (MIT)
* Base code written by {Sergio Jose Villaneda Avila}[http://vntech.blogspot.com].