Flowdock
method

template_path_for_local_rescue

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Rescue
template_path_for_local_rescue(exception) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

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
Register or log in to add new notes.