This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
| |
README~ | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
| |
Rakefile | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
| |
init.rb | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
| |
install.rb | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
| |
lib/ | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
| |
tasks/ | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
| |
test/ | Tue Jun 03 21:31:10 -0700 2008 | [edgarjs] |
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].




