instance method
status_code
Ruby on Rails 8.1.2
Since v3.2.22.5Signature
status_code()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 126
def status_code
self.class.status_code_for_exception(unwrapped_exception.class.name)
end
Defined in actionpack/lib/action_dispatch/middleware/exception_wrapper.rb line 126
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ExceptionWrapper