Validate all model fields with validates_numericality_of

hi,

I have a rather big table and i need to validate every decimal field in the table to make sure its numeric. Can anyone think of the best way to do this or is it even possible?

I dont want to write validates_numericality_of: and then each field in the table seperately.

JB