teamcfadvance / ValidateThis

An object oriented validation framework for ColdFusion objects
http://www.validatethis.org
44 stars 32 forks source link

Allow for missing properties to be ignored during validate() #52

Closed bobsilverberg closed 13 years ago

bobsilverberg commented 13 years ago

Update the validate() method to accept an optional argument for ignoreMissingProperties. This will default to false, but if set to true then any rules with missing properties will be ignored.

bobsilverberg commented 13 years ago

The change has been implemented into the develop branch.