Validates As CLABE plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.mimbles.net/rails/plugins/validates_as_clabe/
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
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: scott, 10 months ago

