Method: Warden::Proxy::Errors#method_missing

Defined in:
lib/warden/errors.rb

#method_missing(meth, *args, &block) ⇒ Object

Since:

  • DM 0.9



52
53
54
# File 'lib/warden/errors.rb', line 52

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