my model has lots of conditional validations for various attributes. as a result, I have 60+ class validations, almost all of which have a condition attached. some attributes share the same condition, and whilst i could group them to use one validates_*_of statement, I need custom error messages for each attribute so it isn''t really do-able. is there some way I can use one if statement to group together a whole bunch of class validations?