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