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