method
template_path_for_local_rescue
template_path_for_local_rescue(exception)
private
Hide source
# File actionpack/lib/action_controller/rescue.rb, line 210 def template_path_for_local_rescue(exception) rescues_path(rescue_templates[exception.class.name]) end