Method: ActionDispatch::ExceptionWrapper#status_code

Defined in:
actionpack/lib/action_dispatch/middleware/exception_wrapper.rb

#status_codeObject



125
126
127
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 125

def status_code
  self.class.status_code_for_exception(unwrapped_exception.class.name)
end