class Warden::Proxy::Errors

def method_missing(meth, *args, &block)

def method_missing(meth, *args, &block)
  errors.send(meth, *args, &block)
end