search for: instancevalid

Displaying 1 result from an estimated 1 matches for "instancevalid".

2007 Jan 20
0
[PLUGIN] instance_validations
Get info at http://evang.eli.st/blog/2007/1/20/instance-validations-plugin (until I set up an open svn repository). Download link is at the bottom of that page InstanceValidations =================== ActiveRecord lets you define validations at the class level. This plugin lets you define validations for ActiveRecord instances. Take the following ActiveRecord class: class Chicken < ActiveRecord::Base include InstanceValidations # Has two columns, name a...