Validate attributes plugin with ruby on rails
Wednesday, September 24th, 2008validate_attributes is a really simple plugin to validate specific attributes of a model unlike the method valid? which collectively validates all the attributes. This plugin provides the functionality of validating specific attribute(s) and skipping others’ validations and vice versa.
Installation : svn://vinsol.com/plugins/sur/validate_attributes
(more…)
