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