method

template_path_for_local_rescue

template_path_for_local_rescue(exception)
private

No documentation available.

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