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