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

  
  
  