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