Rails Verify That an ActiveRecord Object has at Least One Attribute Rails ActiveRecord callbacks make validation a breeze, but what happens if you want to verify that a record has at least one attribute present, but you don't care which attribute it is? This