Prevent infinit method_missing loop on attribute methods ยท rails/rails@ce48b5a

If a klass has acceptance validation and then `klass.undefine_attribute_methods` is happened before an attribute method is called, infinit loop is caused on the `method_missing` defined by the `Laz...